KaMiXitong/.gitignore

38 lines
437 B
Plaintext

# Python bytecode and tool caches
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
# Local secrets and environment configuration
.env
.env.*
!.env.example
# Runtime data
instance/*.db
*.sqlite
*.sqlite3
logs/
*.log
.auth_*.token
.machine_code
# Generated and uploaded files
static/uploads/
dist/
build/
*.egg-info/
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db