初始化提交

This commit is contained in:
2025-12-14 15:11:17 +08:00
commit 1123d6aef2
39 changed files with 5213 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# General
.DS_Store
Thumbs.db
*.log
*.tmp
# IDE
.idea/
.vscode/
*.swp
*.swo
*.swn
# Python / Backend (mengyalinkfly-backend)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
.coverage
.tox/
.pytest_cache/
# Flask specific
instance/
.webassets-cache
# Node / Frontend (mengyalinkfly-frontend)
node_modules/
dist/
dist-ssr/
*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm/
.eslintcache
# Environment Variables
.env
.env.local
.env.*.local
*.env
# Docker
docker-compose.override.yml