42 lines
352 B
Plaintext
42 lines
352 B
Plaintext
# Dependencies
|
|
node_modules
|
|
*/node_modules
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment files (keep .env.example)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test & coverage
|
|
coverage
|
|
.pytest_cache
|
|
.coverage
|
|
|
|
# Misc
|
|
*.md
|
|
!README.md
|