Files
inventory/.gitignore
2026-07-21 16:11:09 +05:00

18 lines
139 B
Plaintext

.env
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
# Node
node_modules/
dist/
# Editors / OS
.DS_Store
.idea/
.vscode/