InvenTree/.gitignore

56 lines
635 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/
inventree-env/
2018-04-16 14:32:02 +00:00
./build/
2017-03-23 01:44:10 +00:00
develop-eggs/
dist/
bin/
lib64
pyvenv.cfg
share/
2017-03-23 01:44:10 +00:00
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Django stuff:
*.log
local_settings.py
*.sqlite3
2019-05-18 13:48:03 +00:00
*.backup
# Sphinx files
docs/_build
2019-07-11 13:57:07 +00:00
# Local static and media file storage (only when running in development mode)
inventree_media
inventree_static
2018-04-15 10:24:18 +00:00
2019-08-14 02:06:51 +00:00
# Local config file
config.yaml
# Key file
secret_key.txt
# IDE / development files
2018-04-15 10:24:18 +00:00
.idea/
*.code-workspace
.vscode/
2019-04-24 05:22:21 +00:00
# Coverage reports
.coverage
htmlcov/