Files
member-platform/.gitignore
2026-03-29 23:02:24 +08:00

18 lines
158 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
# macOS
.DS_Store
# Build metadata
*.egg-info/