mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
4657a1eece
A few tweaks to catch my deployment on Fly.io and/or AWS up to 0.6.0. Mostly quality-of-life fixes
20 lines
185 B
Text
20 lines
185 B
Text
*.egg
|
|
*.egg-info
|
|
*.psql
|
|
*.pyc
|
|
*.sqlite3
|
|
.DS_Store
|
|
.idea/*
|
|
.venv
|
|
.vscode
|
|
/*.env*
|
|
/build
|
|
/cache/
|
|
/docs/_build
|
|
/media/
|
|
/static-collected
|
|
__pycache__/
|
|
api-test.*
|
|
fly.toml
|
|
notes.md
|
|
notes.py
|