Files
member-backend/.gitignore
2026-04-03 04:52:17 +08:00

20 lines
172 B
Plaintext

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