Files
2026-07-13 13:31:35 +08:00

7 lines
84 B
Plaintext

# python virtual environment
.venv/
__pycache__/
*.egg-info/
# others
node_modules/