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

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

# uv
.uv/
uv.lock

# Environment files
.env
.env.local
.env.*.local

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.pyright/
.mypy_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Graphify (used during development)
graphify-out/
