# General
*.pyc
*.pyo
*.pyd
__pycache__/
*.swp
*.swo
.DS_Store
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Python specific
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.ipynb_checkpoints/
# Editor specific
.vscode/
.idea/
# Project specific
/output/ # Exclude default output directory for scraped docs
*.log
logs/
# Local development
local.settings.json