# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

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

# TODO
TODO.md

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

# Unit test / coverage
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
.pytest_cache/

# PyInstaller
*.manifest
*.spec

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

# Linter cache
.ruff_cache/

# Tool / build cache
.cache/

# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Track VS Code MCP config only
!.vscode/
.vscode/*
!.vscode/mcp.json

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Logs and databases
*.log
*.sqlite3
logs/

# Wheel metadata
pip-wheel-metadata/

# Python egg
*.egg
*.egg-info/

# Temporary
*.tmp

# Generated site (Zensical / MkDocs)
site/
