32 lines
269 B
Plaintext
32 lines
269 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# System
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
|
|
# Temporary scripts
|
|
*.py
|