Files
splash/.gitignore
2025-09-23 10:15:09 -07:00

18 lines
158 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.env
.venv/
.env.*
.pytest_cache/
.coverage
htmlcov/
node_modules/
.next/
dist/
build/
.DS_Store
.idea/
.vscode/
coverage/