Files
ac/.gitignore
2025-11-05 13:16:01 +08:00

47 lines
371 B
Plaintext

# Git
.git/
.gitattributes
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.idea/
.vscode/
*.sublime-*
# Language specific
node_modules/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
.gradle/
target/
dist/
build/
.next/
.nuxt/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Temporary
*.tmp
*.temp
*.cache