2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 05:06:43 +00:00
inventree-docs/.gitignore
Matthias Mair 5cb82079d3
Package installer docs (#368)
* 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
2022-10-16 09:54:57 +11:00

12 lines
126 B
Plaintext

# Ignore python environment files
env-inv-doc/
env/
# Compiled python files
*.pyd
*.pyc
# Temp files
releases.json
.vscode/