# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Python environments
.venv/
venv/
env/
.conda/

# Local configuration and secrets
**/.env
**/.env.*
!**/.env.example

# Build and package output
build/
dist/
*.egg-info/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db

# Frontend output reserved for the future admin UI
node_modules/
.next/
out/
playwright-report/
test-results/
*.tsbuildinfo
vite.config.js
vite.config.d.ts

# Local logs and runtime files
*.log
*.pid
