Files
tvgrabber/.gitignore
T
2026-05-14 18:00:12 +09:30

27 lines
236 B
Plaintext

# Dependencies
node_modules/
vendor/
__pycache__/
*.pyc
# Environment & secrets
.env
.env.local
config/secrets.yml
# Build outputs
dist/
build/
*.exe
*.dll
# Logs & temp files
*.log
*.tmp
.DS_Store
# IDE files
.vscode/
.idea/
*.swp