Private
Public Access
1
0
Files
rowsandall/.gitignore
Sander Roosendaal 128609968a working with pytest
2019-01-02 20:16:08 +01:00

45 lines
479 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
# 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