Files
unifi-access-dashboard/.gitignore
2026-03-04 20:07:02 -06:00

14 lines
201 B
Plaintext

# Secret environment file — never commit this
.env
# Persistent database and Python cache
data/
__pycache__/
*.pyc
*.db
*.db-journal
.DS_Store
# Explicitly allow the example template
!.env.example