# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ pip-log.txt pip-delete-this-directory.txt .tox/ .coverage .pytest_cache/ # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm .eslintcache # Java *.class *.jar *.war *.ear *.logs target/ # C/C++ *.o *.a *.so *.exe # Go *.exe~ *.dlv *.test *.out go.work # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs logs/ *.log # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Build directories build/ dist/ out/ # Temporary files tmp/ temp/ *.tmp *.temp