Private
Public Access
1
0
Files
rowsandall/.gitignore
Sander Roosendaal 4fb5673749 passing all tests now
2019-01-15 12:51:42 +01:00

51 lines
618 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
# temporary test files
/rowers/tests/testdata/temp
/rowers/tests/testdate/testdata.csv.gz
/rowers/tests/testdate/testdata.tcx
# 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