Files
evanescere/.gitignore
T
2026-05-30 23:29:44 -07:00

17 lines
145 B
Plaintext

.env
config.toml
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
storage/
tmp/
.DS_Store