Skip to content

Commit

Permalink
ADD: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaq committed Jun 11, 2020
1 parent f489c23 commit 852ebe0
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

.hidden

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.npmrc

# 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
.hypothesis/
.pytest_cache/
app/frontend/reports/
app/frontend/src/coverage/

# Translations
*.mo
*.pot

# Django stuff:
*.log
.media/
*.sqlite3
.ipython/
media

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# Environments
.env
.venv
env/
venv/


# OSX
.DS_Store

# vscode
.vscode/

# pycharm
.idea/

.flake8

bin/deploy.sh
Binary file removed test_app/__init__.pyc
Binary file not shown.
Binary file removed test_app/settings.pyc
Binary file not shown.
Binary file removed test_app/tests/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed test_app/tests/__pycache__/test_utils.cpython-37.pyc
Binary file not shown.

0 comments on commit 852ebe0

Please sign in to comment.