12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- # IGNORE ALL INPUT/OUTPUT
- *.dot
- *.lola
- *.svg
- *.xml
- venv/
- # SVN
- .svn/
- # SVG figures for graphs
- dot/
- pic/
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
- # Profiling results
- *.lprof
- # C extensions
- *.so
- # Distribution / packaging
- .Python
- env/
- bin/
- build/
- develop-eggs/
- dist/
- eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- *.egg-info/
- .installed.cfg
- *.egg
- # Installer logs
- pip-log.txt
- pip-delete-this-directory.txt
- # Unit test / coverage reports
- htmlcov/
- .tox/
- .coverage
- .cache
- nosetests.xml
- coverage.xml
- # Translations
- *.mo
- # Mr Developer
- .mr.developer.cfg
- .project
- .pydevproject
- # Rope
- .ropeproject
- # Django stuff:
- *.log
- *.pot
- # Sphinx documentation
- docs/_build/
- #pycharm
- .idea
- .settings/
- *.py.bak
- *.DS_Store
- # Latex
- *.pptx#
- *.aux
- *.nav
- *.out
- *.snm
- *.synctex.gz
- *.toc
- *.bbl
- *.blg
|