# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.commandcode/
# C extensions
*.so

# Distribution / packaging
build/
graphify-out/
dist/
*.egg-info/
*.egg

# But the in-tree `forgecli/build/` package is part of our source.
!forgecli/build/

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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Editor
.idea/
.vscode/
*.swp
.DS_Store

# Local config / secrets
.env
.env.*
!.env.example
*.local.toml

# Local data
*.db
*.sqlite
*.sqlite3

# Test artifacts (prevent CI failures)
foo.py
main.go
