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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Project runtime data (generated by codebase-intel itself)
.codebase-intel/graph.db
.codebase-intel/graph.db-wal
.codebase-intel/graph.db-shm

# Environment
.env
.env.*
