chore: add .gitignore and remove venv/node_modules from tracking

This commit is contained in:
hiderfong
2026-04-22 17:08:15 +08:00
parent 1773bda06b
commit e71b13fe39
24878 changed files with 52 additions and 6242457 deletions
+52
View File
@@ -0,0 +1,52 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/
# Node
node_modules/
dist/
*.log
npm-debug.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Database
data/
*.db
*.sqlite
# Logs
logs/
*.log
# Environment
.env
.env.local
# Alembic auto-generated (keep versions)
alembic.ini
# Test coverage
.coverage
htmlcov/