# Dependencies node_modules/ venv/ .env .env.local .env.*.local # Build outputs dist/ build/ *.pyc __pycache__/ .cache/ .pytest_cache/ # IDE and editor files .idea/ .vscode/ *.swp *.swo .DS_Store Thumbs.db # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Coverage and test reports coverage/ .coverage htmlcov/ # Temporary files *.tmp *.temp .tmp/ temp/ # System files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db