# Bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
docs/_build/

# Packaging
build/
dist/
*.egg-info/
pip-wheel-metadata/

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

# Editors and operating systems
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local configuration
.env
.env.*
*.local

# Local API reference dumps
api-*.json
