Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 35 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,43 @@
# MISC
.ipynb_checkpoints
__pycache__
.DS_Store

venv/

# IDEs
.idea/
.vscode/

# Distribution / packaging

# VIRTUAL ENVIRONMENTS
venv/
.venv/
## [pyenv]
.python-version
## [dotenv]
.env
## [virtualenv]
ENV/


# UNIT TEST / COVERAGE REPORTS
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/


# SPHINX DOCUMENTATION
docs/_build/
docs/stubs/


# DISTRIBUTION / PACKAGING
.Python
env/
build/
Expand All @@ -24,30 +55,7 @@ var/
.installed.cfg
*.egg

# Installer logs

# 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/

# pyenv
.python-version

# dotenv
.env

# virtualenv
ENV/

# Sphinx documentation
docs/_build/
docs/stubs/