# Project data and local ledgers
.data/
.evidence/
*.db
*.sqlite3
pmm_diag_*.json
*.zip

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

# C extensions
*.so

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

# 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/

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

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

# Jupyter Notebook
.ipynb_checkpoints/

# Editors/IDEs
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# OS-specific
.DS_Store
Thumbs.db

# Linters / tooling caches
.ruff_cache/

# Development TODOs
docs/TODOs/
docs/.evidence/
