# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
.venv/
env/
venv/

# Packaging / build
dist/
build/

# Environment
.env
.env.*

# Editor / OS
.DS_Store
.idea/
.vscode/

# Node / frontend
node_modules/
frontend/node_modules/
frontend/dist/
frontend/.vite/

# Logs
*.log
