# Note: these patterns are applied to single files or directories, not full paths .gitignore .gitattributes .gitkeep .coverage .coveragerc .codecov.yml .eslintrc .eslintignore .flake8 .nvmrc .prettierrc .rat-excludes .swcrc .*log .*pyc .*lock .*geojson DISCLAIMER licenses/* node_modules/* rat-results.txt babel-node dist superset/static/* build superset.egg-info apache_superset.egg-info .idea .*sql .*zip .*lock # json and csv in general cannot have comments .*json .*csv # jinja templates often need to be as-is .*j2 # Generated doc files env/* docs/.htaccess* .nojekyll _build/* _static/* .buildinfo searchindex.js # auto generated requirements/* # vendorized vendor/* # github configuration .github/* .*mdx # skip license check in superset-ui tmp/* lib/* esm/* tsconfig.tsbuildinfo .*ipynb .*yml .*iml .esprintrc .prettierignore generator-superset/* temporary_superset_ui/* # skip license checks for auto-generated test snapshots .*snap # docs third-party logos (database logos, org logos, etc.) databases/* logos/* # docs-related erd.puml erd.svg intro_header.txt TODO.md # for LLMs llm-context.md llms.txt AGENTS.md LLMS.md CLAUDE.md CURSOR.md GEMINI.md GPT.md