# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
sdist/
wheels/
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.env.*
env/
venv/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Distribution / packaging
*.whl
MANIFEST

# Jupyter
.ipynb_checkpoints/

# PEP 582
__pypackages__/

# Cython
cython_debug/

# Virtual environment
.venv/

# Work directory (caches, coverage, reports, build artifacts)
work/*
!work/.gitkeep

# MkDocs build output
site/

# OS
.DS_Store
Thumbs.db

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

# uv
uv.lock
