123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # 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
|