mirror of
https://github.com/0x5t4l1n/AURHub.git
synced 2026-05-26 11:25:50 +00:00
35 lines
316 B
Plaintext
35 lines
316 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Databases
|
|
*.db
|
|
*.db-journal
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# IDE / System
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|