# Project-specific
reference/
site/
benchmark-results/

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
*.egg
MANIFEST
pip-wheel-metadata/

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

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

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

# Type checker / notebook / local tooling
.ipynb_checkpoints/
.dmypy.json
dmypy.json

# mkdocs / docs
/site

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

# OS files
.DS_Store
Thumbs.db
