new system prototype
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Secrets and session data
|
||||
tokens.jsonl
|
||||
valid_tokens.txt
|
||||
.env
|
||||
|
||||
# Encrypted database, temp files, backups
|
||||
uploads/
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user