# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

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

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

# Type checking
.mypy_cache/

# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Generated docs output
api_docs.md
api_docs.html
