coinmanager/.gitignore
2021-07-05 14:57:22 +00:00

10 lines
118 B
Plaintext

.*
!.gitignore
**/migrations/*
Pipfile.lock
**/work_data/*
**/__pycache__/*
coinmanager/static/*
*.sqlite3
**/pyenv/*