2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-11 01:38:49 +00:00
InvenTree/docs/.gitignore
Matthias Mair 0ff86103d9
refactor(docs): simplify docs files / pipelines (#9633)
* refactor(doc): only use one command

* restructure

* move all generated helpers to a dedicated directory

* move to pathlib

* and more pathlib

* add empty generated folder
2025-05-06 12:20:11 +01:00

18 lines
205 B
Plaintext

# Ignore python environment files
env-inv-doc/
env/
# Compiled python files
*.pyd
*.pyc
# Documentation build files
_build/
site/
# Generated API schema files
docs/api/schema/*.yml
.vscode/
generated/