# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
sdist/
*.manifest
*.spec

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/
uv.lock

# pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Linters / formatters
.ruff_cache/
.mypy_cache/
.dmypy.json

# Prometheus multiprocess dir (used in tests / local runs)
/tmp/prometheus_multiproc/
prometheus_multiproc/

# Editors
.vscode/
.serena
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build / packaging
MANIFEST
