# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg-info/
*.egg
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/

# Environment files
.env
.env.*
!.env.orchestrator.example
!.env.worker.example

# Local databases
relaymd.db
