Files
AI_Translator/.gitignore
2025-12-25 18:41:09 +08:00

29 lines
202 B
Plaintext

# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
# Environment
.env
.env.local
# Build
.next/
dist/
build/
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Logs
*.log