# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
*.whl
*.tar.gz
dist/
build/
eggs/
*.whl

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Documentation
docs/site/

# DocForge data
.docforge/

# Database
*.db
*.sqlite3
*.sqlite