update
This commit is contained in:
parent
cb360812e4
commit
dcfa679f80
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# Python
|
||||||
venv/
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
@ -7,6 +8,29 @@ __pycache__/
|
|||||||
*.so
|
*.so
|
||||||
.env
|
.env
|
||||||
.venv
|
.venv
|
||||||
logs/*.log
|
|
||||||
|
# Runtime data and databases
|
||||||
|
data/
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
*.db
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite3
|
||||||
|
|
||||||
|
# IDE and editors
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.claude/
|
.claude/
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
.dockerignore
|
||||||
|
|
||||||
|
# Configuration (if contains sensitive info)
|
||||||
|
config/local_*
|
||||||
|
config/prod_*
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
|
*.tmp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user