1
0
Fork 0
mirror of https://github.com/prise6/smart-iss-posts synced 2024-04-25 10:40:26 +02:00
smart-iss-posts/.gitignore

115 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2018-08-05 22:21:49 +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/
# exclude data from source control by default
2020-01-21 01:29:01 +01:00
# /data/
data/interim/*
data/isr/*
data/posters/*
data/processed/*
data/raw/*
data/tmp/*
!data/**/.gitkeep
# reports
reports/*.html
reports/figures/*.png
2018-08-05 22:21:49 +02:00
# Mac OS-specific storage files
.DS_Store
# makefile step
sync_collections
resize_collections
2019-03-05 00:48:18 +01:00
build_tfrecords
# mysql dir
2019-03-07 14:13:36 +01:00
mysql/
config/*
!config/config.template.yaml
2019-03-09 22:43:19 +01:00
# models dir
2019-03-11 22:36:58 +01:00
models/
2019-12-08 02:25:43 +01:00
!iss/models
models_floyd
# floyd
floyd_requirements.txt
.floydexpt
.floydignore
.env-floyd
floyd.yml