# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Virtual environment
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# graphmy cache directory
.graphmy/

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

# macOS
.DS_Store

# Pytest cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
htmlcov/
