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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pytype/
.ruff_cache/

# Sphinx build output
docs/_build/
docs/build/

# Jupyter
.ipynb_checkpoints/

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