Files
gemma-spectrum/archon-poc/.gitignore
2026-04-02 19:47:15 +00:00

17 lines
126 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.env
.venv
venv/