# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store

# UV
uv.lock

# OMC
.omc/

# DAG files generated during development/testing
dags/

# Local env overrides for docker compose (secrets stay out of git)
.env
