# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
wheels/
*.whl
.eggs/

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/

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

# Linting
.ruff_cache/

# Distribution / packaging
MANIFEST
pip-wheel-metadata/
share/python-wheels/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Env files
.env
.env.*
!.env.example

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Docs build
site/
