# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

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

# Type checker caches
.mypy_cache/
.pyright/
pyrightconfig.json

# Test caches
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Distribution
dist/
*.tar.gz
*.zip

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

# OS
.DS_Store
Thumbs.db

# Graphify
graphify-out/
graphify-tmp/
