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

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo
!.vscode/
!.vscode/launch.json
!.vscode/tasks.json
!extensions/vscode-django-arch-check/.vscode/
!extensions/vscode-django-arch-check/.vscode/launch.json
!extensions/vscode-django-arch-check/.vscode/tasks.json

# OS
.DS_Store
Thumbs.db

# PyPI / build
*.whl
*.tar.gz
AGENTS.md
graphify-out/
PRODUCT_ROADMAP.md

# VS Code extension builds
extensions/*/node_modules/
extensions/*/out/
extensions/*/.vscode-test/
extensions/*/*.vsix
