You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
393 B

# Dependencies
node_modules/
venv/
__pycache__/
*.pyc
# Backup
backup/
# Environment
.env
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
/tmp/
/temp/
# Credentials
.credentials/
# Old git
.git_old/
backup/
# Screenshots (large files)
**/screenshots/
# Cache
*.cache
# Submodules/skills that are already git repos
# skills/
# Large backup
*.tar.gz