Files
backend/.gitignore
2025-10-21 14:30:49 +08:00

11 lines
132 B
Plaintext
Executable File

__pycache__/
.idea/
backend/static
backend/log/
backend/.env
backend/alembic/versions/
.venv/
.vscode/
*.log
.ruff_cache/