Initial commit: Add maimaiDX API web application with AimeDB scanning and logging features

This commit is contained in:
kejiz
2025-09-18 10:19:08 +08:00
commit 4e83f159f0
84 changed files with 14012 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Dependencies
node_modules/
__pycache__/
*.pyc
.env
# IDE
.vscode/
.idea/
# Logs
logs/
*.log
# Build outputs
dist/
build/
*.exe
*.dmg
*.app
# OS
.DS_Store
Thumbs.db
# Python
*.pyo
*.pyd
*.pyc
*.pyo
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
# Frontend build outputs
frontend/dist/
frontend/node_modules/
# Backend build outputs
backend/__pycache__/
backend/*.pyc