# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* taskmaster-api/node_modules/ # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.so .pytest_cache/ .coverage htmlcov/ .tox/ .cache nosetests.xml coverage.xml *.cover *.log # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/settings.json .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Build outputs dist/ build/ *.tgz *.tar.gz # Logs logs *.log # Temporary files *.tmp *.temp