ogn-python/.gitignore

42 wiersze
383 B
Plaintext

# OGN stuff
*.db
*.log
# Python
__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/
# Editors
*.swp
*.swo
# Python virtualenv
env/
# Celery beat
celerybeat-schedule