spradio-server-django/.gitignore

45 lines
481 B
Text
Raw Normal View History

2017-12-26 16:54:56 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
.venv/
.env
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# IDE customizations
2017-12-26 16:59:44 +00:00
.vscode/
requirements-dev.txt