Skip to content

Commit 6a69f67

Browse files
committed
update .gitignore
1 parent 8a95ce8 commit 6a69f67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
**/__pycache__/
33
**/.pytest_cache/
44
**/node_modules
5+
**/build
56
**/.dev
7+
**/.debug
68
**/letsencrypt
79
.DS_Store
810
.env.*
@@ -12,6 +14,16 @@ tmp*
1214
django_static
1315
local
1416

17+
### Local/personal files ###
18+
CLAUDE.md
19+
.analyses/
20+
plans/
21+
.python-version
22+
backend/Makefile.local
23+
backend/Makefile_v2
24+
backend/core/settings_backup_*.py
25+
docker/backend/*_backup.sh
26+
1527
### VisualStudioCode ###
1628
.vscode/*
1729
!.vscode/settings.json

0 commit comments

Comments
 (0)