You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iTi-Flask/copier-template/.gitignore

19 lines
201 B
Plaintext

__pycache__/
*.py[cod]
.venv/
.hatch/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
*.db
*.sqlite
*.sqlite3
runtime/
logs/
.env
.env.local
!migrations/
!migrations/versions/
!migrations/versions/*.py