95 lines
989 B
Text
95 lines
989 B
Text
# {# pkglts, github
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# pkglts files
|
|
.pkglts/info.log*
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
.eggs
|
|
.Python
|
|
*.pth
|
|
dist/
|
|
build/
|
|
env/
|
|
downloads/
|
|
eggs/
|
|
parts/
|
|
bin/
|
|
var/
|
|
sdist/
|
|
develop-eggs/
|
|
.installed.cfg
|
|
lib/
|
|
lib64/
|
|
|
|
# editors
|
|
.idea/
|
|
|
|
# Vim files
|
|
*.swp
|
|
*.*~
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
|
|
|
|
# C extensions
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Compiled Object files
|
|
*.os
|
|
|
|
# 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
|
|
.amlog
|
|
.sconsign.dblite
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# jupyter notebooks
|
|
.ipynb_checkpoints/
|
|
|
|
# svn
|
|
.svn
|
|
|
|
|
|
|
|
# #}
|
|
|
|
# user custom filters
|
|
example/**/output/
|
|
**/*.pckl
|
|
|
|
doc/_build/
|
|
# Mac OS
|
|
.DS_Store
|
|
application_studies/
|