Files
my-site/.gitignore
2026-03-19 20:37:33 +09:00

13 lines
105 B
Plaintext

node_modules/
__pycache__/
*.pyc
.env
.venv/
dist/
build/
target/
*.egg-info/
.DS_Store
Thumbs.db
.next/