mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
17 lines
170 B
Plaintext
17 lines
170 B
Plaintext
# Ignore python environment files
|
|
env-inv-doc/
|
|
env/
|
|
|
|
# Compiled python files
|
|
*.pyd
|
|
*.pyc
|
|
|
|
# Documentation build files
|
|
_build/
|
|
site/
|
|
|
|
# Temp files
|
|
releases.json
|
|
|
|
.vscode/
|