# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Django *.log local_settings.py db.sqlite3 db.sqlite3-journal media/ staticfiles/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Vue.js .DS_Store dist/ dist-ssr/ *.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS Thumbs.db .DS_Store # Logs logs *.log # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output # Dependency directories node_modules/ jspm_packages/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # 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 output .nuxt # vuepress build output .vuepress/dist # Serverless directories .serverless # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/