Files
tfm_ainventory/.gitignore
Daniel Bedeleanu 02a4951901 refactor: centralize configuration in backend/config/ and frontend/config/
- Move ldap_config.json from ./data/ to backend/config/
- Update users.py to read LDAP config from backend/config/ldap_config.json
- Create frontend/config/ directory for future frontend configs
- DATA_DIR still used for database and runtime files in ./data/
- Update .gitignore to track backend/config/ but ignore runtime data dirs
2026-04-11 15:06:56 +03:00

12 lines
135 B
Plaintext

backend/venv/
backend/data/
backend/logs/
frontend/logs/
__pycache__/
*.pyc
.env
.DS_Store
aInventory-PROD*
aInventory-PROD*.zip
logs/