Files
ephemere/.gitignore
T
2026-02-02 21:15:34 -08:00

23 lines
186 B
Plaintext

# Project-specific
prod
data
!data/.gitkeep
# Environment files
.env
.env.local
prod.env
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Coverage
coverage/
.coverage
htmlcov/
*.lcov