Private
Public Access
1
0
Files
rowsandall/.gitignore
2017-03-29 11:20:03 +02:00

35 lines
374 B
Plaintext

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
# 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