network/gaiia/.gitignore
2026-07-19 14:42:02 -05:00

17 lines
162 B
Text

__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.envrc.local
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.swp
.DS_Store