2019-10-22 19:11:01 +02:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# DotEnv configuration
|
|
|
|
.env
|
|
|
|
|
|
|
|
# Database
|
|
|
|
*.db
|
|
|
|
*.rdb
|
|
|
|
|
|
|
|
# Pycharm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# VS Code
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Spyder
|
|
|
|
.spyproject/
|
|
|
|
|
|
|
|
# Jupyter NB Checkpoints
|
|
|
|
.ipynb_checkpoints/
|
|
|
|
|
|
|
|
|
|
|
|
# Mac OS-specific storage files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# vim
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# Mypy cache
|
|
|
|
.mypy_cache/
|
2019-10-24 18:11:24 +02:00
|
|
|
packrat/lib*/
|
|
|
|
packrat/*
|
|
|
|
!packrat/packrat.lock
|
|
|
|
!packrat/packrat.opts
|
|
|
|
.snakemake/
|
2019-10-24 23:20:11 +02:00
|
|
|
|
|
|
|
# exclude data from source control by default
|
|
|
|
data/external/*
|
|
|
|
!/data/external/.gitkeep
|
2020-01-16 00:28:56 +01:00
|
|
|
!/data/external/stachl_application_genre_catalogue.csv
|
2020-12-03 00:41:03 +01:00
|
|
|
!/data/external/timesegments*.csv
|
2019-10-24 23:20:11 +02:00
|
|
|
data/raw/*
|
|
|
|
!/data/raw/.gitkeep
|
|
|
|
data/interim/*
|
|
|
|
!/data/interim/.gitkeep
|
|
|
|
data/processed/*
|
2019-10-25 17:12:55 +02:00
|
|
|
!/data/processed/.gitkeep
|
2019-10-25 17:15:49 +02:00
|
|
|
reports/
|
2019-11-13 20:52:37 +01:00
|
|
|
.Rproj.user
|
2019-11-27 21:27:48 +01:00
|
|
|
*.Rproj
|
|
|
|
.RData
|
2019-12-02 22:28:24 +01:00
|
|
|
.Rhistory
|
2020-03-18 02:15:53 +01:00
|
|
|
sn_profile_*/
|
2020-07-23 18:00:51 +02:00
|
|
|
!sn_profile_rapids
|
2020-05-04 19:04:02 +02:00
|
|
|
settings.dcf
|
2020-11-09 19:34:02 +01:00
|
|
|
tests/fakedata_generation/
|
2021-03-07 05:16:59 +01:00
|
|
|
site/
|
|
|
|
credentials.yaml
|