ui-build/

# Generated OpenAPI schema (intermediate artifact for type generation)
clients/openapi.json

# @hey-api/openapi-ts crash logs
openapi-ts-error-*.log

# LLM response cache (dev/testing)
.llm_cache/

# IDEs
*.code-workspace
!fidesplus.code-workspace

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
!egg-info/entry_points.txt # Required so that this works when mounted via docker-compose
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
test_report.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.fidesplus-dev-stack.json
.fidesplus-dev-ports.env
.venv
.venv*
env/
venv/
ENV/
env.bak/
venv.bak/
nlp.env
.vscode/*
!.vscode/launch.json
!.vscode/settings.json

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site
docs/fides/docs/api/openapi.json
docs/fides/docs/config/fides.toml

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pyrefly
.pyrefly/

# Pyre type checker
.pyre/


## generic files to ignore
*~
*.lock
*.DS_Store
!uv.lock

# log backup files
*.log.*

# Jetbrains config folder
.idea/
.DS_Store

#TF Models
/tf_models/

# Node
**/node_modules/

# multilang migration backup files produced by db init
multilang_migration_backup_*

# Access request package local upload destination, generated at runtime
fides_uploads

# Profiling output
profiling-output-* 

# Temporary, to avoid checking in confidential files
.fides/large_dataset_*

# GPP JS integration
**/gpp_js_integration/compiled/*.js

# Docker
docker/containerd
docker/containerd-shim-runc-v2
docker/ctr
docker/docker-init
docker/docker-proxy
docker/dockerd
docker/runc


# Resarch Documentation
.research/
# Cursor
.cursor/*

# Claude Code
.claude/*

# Cline
.cline/*
.clinerules/*

# Qwen & Kiro
.kiro/*
.qwen/*

# TLA+ / TLC artifacts
specs/**/states/
specs/**/*.old

# git worktrees
.worktrees/
# Claude Code local config
CLAUDE.md
