2017-11-25 22:51:46 +01:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# vi swap files
|
|
|
|
.*.sw?
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
2020-03-27 16:54:01 +01:00
|
|
|
.venv*
|
2017-11-25 22:51:46 +01:00
|
|
|
build/
|
2022-11-15 20:21:20 +01:00
|
|
|
BUILDROOT/
|
2017-11-25 22:51:46 +01:00
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
2023-08-22 02:11:26 +02:00
|
|
|
.local
|
2017-11-25 22:51:46 +01:00
|
|
|
|
2023-06-24 21:25:05 +02:00
|
|
|
# Generated from Docker Instance
|
|
|
|
.bash_history
|
|
|
|
.python_history
|
|
|
|
|
2017-11-25 22:51:46 +01:00
|
|
|
# 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/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
#Ipython Notebook
|
|
|
|
.ipynb_checkpoints
|
2019-02-15 22:25:38 +01:00
|
|
|
|
|
|
|
#PyCharm
|
2019-02-16 00:23:18 +01:00
|
|
|
.idea
|
2020-11-24 01:36:08 +01:00
|
|
|
|
|
|
|
#PyDev (Eclipse)
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
.settings
|