# cast a wide net # Python *.pyc *.pyo *.pyd __pycache__/ *.so .Python env/ venv/ ENV/ env.bak/ venv.bak/ .venv/ .jubenv/ pip-log.txt pip-delete-this-directory.txt .pytest_cache/ *.egg-info/ .coverage htmlcov/ .tox/ .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Django *.log local_settings.py db.sqlite3 db.sqlite3-journal media/ staticfiles/ .static_storage/ .media/ celerybeat-schedule celerybeat.pid # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # Next.js .next/ out/ build/ dist/ *.tsbuildinfo next-env.d.ts # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ .project .metadata .buildpath .settings/ *.sublime-workspace *.sublime-project # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Desktop.ini # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output/ # Dependency directories jspm_packages/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next # Nuxt.js build / generate output .nuxt dist # Storybook build outputs .out .storybook-out # Temporary folders tmp/ temp/ # Machine Learning Models # NOTE: We COMMIT hybrid models for fast deployment (Option A) # If training locally, the models in hybrid_models/ should be committed # Only ignore training checkpoints and temporary files backend/jubjub/jubjubword/hybrid_models/*/best_model.pt backend/jubjub/jubjubword/hybrid_models/*/training_history.json # Editor directories and files .vscode/* !.vscode/extensions.json .idea *.suo *.ntvs* *.njsproj *.sln *.sw? # Local Netlify folder .netlify # Vercel .vercel # Stores VSCode versions used for testing VSCode extensions .vscode-test # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test/ # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.*