ogn-python/.gitignore

37 wiersze
367 B
Plaintext
Czysty Zwykły widok Historia

2015-10-30 19:25:50 +00:00
# OGN stuff
2015-10-24 21:13:21 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
.coverage
.cache
nosetests.xml
coverage.xml
# Sphinx documentation
docs/_build/
2015-11-15 08:26:09 +00:00
# Editors
*.swp
*.swo
# Python virtualenv
env