2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00
Files
InvenTree/docs/.gitignore
2024-02-12 14:02:18 +11:00

21 lines
236 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
# Temp files
releases.json
versions.json
.vscode/