| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- # API-KEY
- .env
- # 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
- # Virtual environments
- venv/
- ENV/
- env/
- .venv/
- # IDE
- .idea/
- .vscode/
- *.swp
- *.swo
- *~
- CLAUDE.md
- .claude/
- # Testing
- .pytest_cache/
- .coverage
- htmlcov/
- .tox/
- .nox/
- # Misc
- .DS_Store
- Thumbs.db
- .env
- debug.log
- info.log
- .cache
- output
- # Debug output
- .trace/
- .trace_test/
- .trace_test2/
- examples/**/output*/
- frontend/htmlTemplate/mock_data
- frontend/react-template/yarn.lock
|