# 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/
*.egg-info/
.installed.cfg
*.egg

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

# dev environments
.python-version

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

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

# PyInstaller
*.manifest
*.spec

# Jupyter Notebook
.ipynb_checkpoints

# macOS
.DS_Store

# VSCode / IDE
.vscode/
.idea/

# Zotomatic sqlite runtime files
.zotomatic/db/*.db
.zotomatic/db/*.db-wal
.zotomatic/db/*.db-shm

# UV
**/.uv-cache/

# Docs for dev.
docs/dev/
