mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 05:06:43 +00:00
* Add docs for package install * fix grammar error * fix link * remove vscode file * Add extra pip env * Add debug output * add docs for database * add section about envs * some more general architecture comments * grammar * add comment about auto-pushing
12 lines
126 B
Plaintext
12 lines
126 B
Plaintext
# Ignore python environment files
|
|
env-inv-doc/
|
|
env/
|
|
|
|
# Compiled python files
|
|
*.pyd
|
|
*.pyc
|
|
|
|
# Temp files
|
|
releases.json
|
|
|
|
.vscode/ |