40 lines
312 B
Plaintext
40 lines
312 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test
|
|
coverage/
|
|
.pytest_cache/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|