# Python generated state
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/

# JavaScript generated state
node_modules/
npm-debug.log*
/static/vendor/

# Application runtime state
data/
logs/
*.log
*.db
*.sqlite*
*.pid

# Build and coverage output
build/
dist/
coverage/
.coverage

# Local configuration and editor state
.env
.env.*
!.env.example
.DS_Store
Thumbs.db
.idea/
.vscode/

# Release products
*.zip
*.zip.sha256
MANIFEST.sha256
