Files

30 lines
260 B
Plaintext

# Dependencies
node_modules/
**/node_modules/
# Production build
dist/
**/dist/
build/
**/build/
# Archives & Temp
*.zip
*.tar.gz
*.tar
*.log
# Python cache
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# IDE & OS
.DS_Store
Thumbs.db
.vscode/
.idea/