Reviewed-on: #14 Co-authored-by: Nicholas Ward <nicholaspward@outlook.com>
41 lines
524 B
Plaintext
41 lines
524 B
Plaintext
# Node and Astro
|
|
/node_modules/
|
|
/dist/
|
|
/.astro/
|
|
/.env
|
|
/.env.*
|
|
!.env.example
|
|
|
|
# All reproducible exports and migration artifacts
|
|
/generated/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
/.venv/
|
|
/venv/
|
|
|
|
# Editors and operating systems
|
|
/.vscode/
|
|
/.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# Logs and test output
|
|
*.log
|
|
/coverage/
|
|
|
|
# Local UI reference captures
|
|
/ui-reference*.html
|
|
/ui-reference*_files/
|
|
/ui-reference*.png
|
|
/screenshots/
|
|
|
|
# Local application databases, backups, logs, and SQLite sidecars
|
|
/var/
|
|
file.json
|
|
database.sqlite
|
|
/scratch/
|