# Byte-compiled / optimised
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/

# Editors
.idea/
.vscode/
.DS_Store

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.pyre/

# Ruff
.ruff_cache/

# Local secrets used during integration testing
.env
.env.local
secrets.toml
