mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
b77bfc74ea
Allows for much more intelligent template rendering
46 lines
516 B
Plaintext
46 lines
516 B
Plaintext
# 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
|
|
*.backup
|
|
|
|
# Sphinx files
|
|
docs/_build
|
|
|
|
# Local media storage (only when running in development mode)
|
|
InvenTree/media
|
|
|
|
# Key file
|
|
secret_key.txt
|
|
|
|
# IDE / development files
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# Coverage reports
|
|
.coverage
|
|
htmlcov/ |