# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage reports
.coverage
.coverage.*
htmlcov/
.hypothesis/
.pytest_cache/
.tox/
.nox/
coverage.xml
nosetests.xml

# Linting
.ruff_cache/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.venv/
env/
venv/

# Sphinx documentation
docs/_build/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store

# Project specific
config/local/
*.local.yaml
*.local.json
