General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
119
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
# Byte-compiled / optimized / DLL files
*.pyc
*.so
# Distribution / packaging
*.egg
*.egg-info
!/tests/**/*.egg
/*.egg-info
/dist/*
build
_build
.mypy_cache
.cache
.eggs
mellon.egg-info
pip-wheel-metadata
temp
__pycache__
*.pyc
.cache
.venv*
venv*
env*
/releases/*
/poetry.toml
# Unit test / coverage reports
.coverage
coverage.xml
.coverage
.tox
.pytest_cache
# Logs
*.log
# OS generated files
.DS_Store
# IDE / Editor directories and files
.idea/*
.python-version
.vscode/*
.history # vscode local history extension
# Ignore some of the files that should be downloaded/generated for evaluation
original_dataset
eval_outputs
/**/chitchat/user.co
/**/banking/user.co
local_cache
# Ignore example configs created in user guides
docs/user_guides/llm/vertexai/config
docs/**/config
# Ignore auto-generated API reference stubs
docs/reference/python-api/generated/
# Ignoring this for now
/scripts
# Ignoring log files generated by tests
firebase.json
scratch.py
.env