43 lines
344 B
Plaintext
43 lines
344 B
Plaintext
# IDE and Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.ko
|
|
*.mod
|
|
*.mod.c
|
|
*.cmd
|
|
.*.cmd
|
|
Module.symvers
|
|
modules.order
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|