ogn-python/.gitignore

42 wiersze
383 B
Plaintext
Czysty Zwykły widok Historia

2015-10-30 19:25:50 +00:00
# OGN stuff
2016-02-17 17:26:00 +00:00
*.db
*.log
2015-10-30 19:25:50 +00:00
2016-02-17 17:26:00 +00:00
# Python
2015-10-24 21:13:21 +00:00
__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
2016-02-17 17:26:00 +00:00
env/
# Celery beat
celerybeat-schedule