# Python virtual environments .venv/ venv/ env/ ENV/ django/aiservice/.venv/ django/aiservice/venv/ django/aiservice/__pycache__/ # Node.js dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Build outputs dist/ build/ .next/ .nuxt/ .vuepress/dist/ .serverless/ .fusebox/ .dynamodb/ .tern-port/ .vscode-test/ # Cache directories .cache/ .parcel-cache/ .eslintcache/ .stylelintcache/ .ruff_cache/ # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Git .git/ .gitignore # Logs logs/ *.log # Coverage coverage/ .nyc_output/ # Testing .tox/ .coverage .coverage.* nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Temporary files tmp/ temp/ .tmp/ # Yarn .yarn/cache/ .yarn/unplugged/ .yarn/build-state.yml .yarn/install-state.gz .pnp.* # Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Database files *.db *.sqlite3 # Large directories that shouldn't be in build context experiments/ node_modules/ js/node_modules/ js/cf-api/node_modules/ js/cf-webapp/node_modules/ js/common/node_modules/ django/aiservice/venv/ django/aiservice/.venv/ # Additional large files *.zip *.tar.gz *.rar *.7z *.iso *.dmg # Lock files (keep package-lock.json but exclude others) yarn.lock pnpm-lock.yaml