Private
Public Access
1
0
Files
rowsandall/.gitignore
2023-06-22 15:39:48 +02:00

73 lines
805 B
Plaintext

# cache
/django_cache/
*.crt
*.key
*.log
*.json
garminlog.log
strava_webhooks.log
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
/docs/
requirements.txt
# 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/testdata/testdata.csv.gz
/rowers/tests/testdata/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/
/survey/migrations/
# secrets
config.yaml
# test data
# virtualenv
/venv/
/venv38/
/venv39/
/py27/
/py2/
/py39/
/py39/
/django2/