diora-web/.gitignore
marwin 6897251743
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 13s
Remove CLAUDE.md from repo
2026-03-16 20:32:50 +01:00

35 lines
266 B
Text

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
venv/
env/
.venv/
# Django
*.sqlite3
media/
staticfiles/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Claude Code
.claude/
CLAUDE.md
# OS
.DS_Store
Thumbs.db