Add Amnezia Web Panel source with PostgreSQL 17 storage.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-26 00:02:18 +03:00
co-authored by Cursor
parent ead1c64dd1
commit 8b70d51c87
50 changed files with 21713 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Virtual Environment
venv/
env/
.venv/
# PyInstaller folders
build/
dist/
*.spec
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/
.mypy_cache/
# User data
data.json
data.json.migrated.*.bak
tunnels_state.json
.env
.DS_Store
# IDEs
.vscode/
.idea/