Files

45 lines
361 B
Plaintext
Raw Permalink Normal View History

2025-12-29 19:05:17 +08:00
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
logs/
*.log
# Database (mounted in docker-compose)
2025-12-29 19:05:17 +08:00
*.db
# Environment
.env
.env.local
# Data (mounted in docker-compose)
2025-12-29 19:05:17 +08:00
data/memory/*.db
# Git
.git/
.gitignore
# Tests
tests/
pytest_cache/
.coverage
# Documentation
*.md
!README.md