Prepare for fly.io

This commit is contained in:
2025-07-01 11:22:56 +02:00
committed by Jens Luedicke
parent de510baac1
commit 264144ebca
4 changed files with 101 additions and 1 deletions

36
.dockerignore Normal file
View File

@@ -0,0 +1,36 @@
.git
.gitignore
README.md
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.venv
.mypy_cache
.pytest_cache
.hypothesis
fly.toml
timetrack.db
*.db-journal
tests/