Files
central-task/.gitignore
2025-12-11 13:17:19 +08:00

58 lines
434 B
Plaintext

# Virtual environments
.env
venv/
.venv/
env/
.virtualenv/
virtualenv/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Database
*.sqlite3
*.db
# Media files
media/
# Static files
static/
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Build
build/
dist/
*.egg-info/
# Other
*.bak
*.tmp