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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/
docs/apidocs/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv / python-version
.python-version

# pipenv
Pipfile.lock

# uv
.uv-cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
Thumbs.db

# mypy / ruff
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# Claude Code runtime artefacts
.claude/scheduled_tasks.lock

# Hugging Face cache (large; point to a system dir if you want to share across projects)
.hf_cache/

# Model weights / downloaded data that tests may pull at runtime
tests/_artifacts/
examples/_artifacts/

# Benchmark outputs
benchmarks/results/

# Coverage
coverage.json
