InvenTree/.gitignore

75 lines
839 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
*.sqlite3-journal
2019-05-18 13:48:03 +00:00
*.backup
*.old
# Files used for testing
dummy_image.*
2021-08-12 13:40:07 +00:00
_tmp.csv
# 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
2021-04-20 11:37:19 +00:00
static_i18n
2018-04-15 10:24:18 +00:00
2019-08-14 02:06:51 +00:00
# Local config file
config.yaml
2021-04-25 00:14:13 +00:00
# Default data file
data.json
2021-04-25 01:30:17 +00:00
*.json.tmp
*.tmp.json
2021-04-25 00:14:13 +00:00
# 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/
# Development files
2021-08-04 22:44:02 +00:00
dev/
# Locale stats file
locale_stats.json