# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
*.egg-info/
dist/
build/

# Configuration
config.json
.env
.env.local
.env.*
!.env.example

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thums.db

# Keep static directory but ignore common temp files
!static/
static/.DS_Store

# Testing
.coverage
.pytest_cache/

# Generated
sbom.spdx.json
schema_cache.json
