Private
Public Access
1
0
Files
rowsandall/.gitignore
2019-01-02 21:54:25 +01:00

46 lines
491 B
Plaintext

# cache
/django_cache/
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
# coverage folder
/htmlcov/
.coverage
# pytest stuff
/.pytest_cache/
pytest.ini
conftest.py
# CSV files
/media/
# static plots
/static/plots
# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
# Emacs temp files
*.*~
\#*
# database
*.sqlite3
# manage.py
manage.py
# migrations
/rowers/migrations/
/cvkbrno/migrations/
# secrets
config.yaml