{ "version": "1.0.0", "description": "Default ignore patterns for wisp.place uploads", "patterns": [ ".git", ".git/**", ".github", ".github/**", ".gitlab", ".gitlab/**", ".DS_Store", ".wisp.metadata.json", ".env", ".env.*", "node_modules", "node_modules/**", "Thumbs.db", "desktop.ini", "._*", ".Spotlight-V100", ".Spotlight-V100/**", ".Trashes", ".Trashes/**", ".fseventsd", ".fseventsd/**", ".cache", ".cache/**", ".temp", ".temp/**", ".tmp", ".tmp/**", "__pycache__", "__pycache__/**", "*.pyc", ".venv", ".venv/**", "venv", "venv/**", "env", "env/**", "*.swp", "*.swo", "*~", ".tangled", ".tangled/**" ], "comments": { ".git": "Version control - thousands of files", ".github": "GitHub workflows and configuration", ".gitlab": "GitLab CI/CD configuration", ".DS_Store": "macOS metadata - can leak info", ".wisp.metadata.json": "Wisp internal metadata", ".env": "Environment variables with secrets", "node_modules": "Dependency folder - can be 100,000+ files", "Thumbs.db": "Windows thumbnail cache", "desktop.ini": "Windows folder config", "._*": "macOS resource fork files", ".Spotlight-V100": "macOS Spotlight index", ".Trashes": "macOS trash folder", ".fseventsd": "macOS filesystem events", ".cache": "Cache directories", ".temp": "Temporary directories", ".tmp": "Temporary directories", "__pycache__": "Python cache", "*.pyc": "Python compiled files", ".venv": "Python virtual environments", "venv": "Python virtual environments", "env": "Python virtual environments", "*.swp": "Vim swap files", "*.swo": "Vim swap files", "*~": "Editor backup files", ".tangled": "Tangled directory" } }