Files
member-backend/.gitignore
2026-04-03 03:57:53 +08:00

17 lines
142 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
# Virtualenv
.venv/
venv/
# Local env and logs
.env
*.log
# OS
.DS_Store