InvenTree/.gitignore

31 lines
360 B
Plaintext
Raw Normal View History

2017-03-23 01:44:10 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Django stuff:
*.log
local_settings.py
*.sqlite3
# Local media storage (only when running in development mode)
InvenTree/media