# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

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

# Unit test / coverage
.pytest_cache/
.cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/

# Type checking and linting caches
.mypy_cache/
.ruff_cache/
.pytype/

# Virtual environments and local Python runtime
.env
.env.*
.venv
.venv*/
venv/
env/
ENV/
venv.bak/
env.bak/
__pypackages__/
.python-version

# IDE / editor settings (JetBrains, VS Code, Cursor, Aider)
.idea/
.vscode/
.cursor/
.cursorignore
.aider*

# OS files
.DS_Store
Thumbs.db

# Documentation output (MkDocs)
site/