# Git and VCS
.git/
.gitignore

# Python virtual environment and caches
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Testing and Type checking
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
tests/

# Documentation and generated wiki artifacts
wiki/
docs/
scratch/
*.db
*.sqlite
*.sqlite3

# Container and IDE metadata
.idea/
.vscode/
*.swp
*.swo
.DS_Store
