# Ignore existing build artifacts
build/
dist/
src/fides.egg-info/
src/fides/ui-build/
src/ui-build/

# Frontend
**/node_modules
**/.next
**/.eslintrc.json
**/.jest.config.js
**/jest.config.jest
**/.prettierignore
**/.prettierrc.json
**/__tests__
**/npm-debug.log
**/*__mocks__

# Ignore Python-Specific Files
**/.mypy_cache/
**/.nox/
**/.pytest_cache/
**/__pycache__/
**/.coverage
**/*.pyc
**/*.pyo
**/*.pyd

# pyenv
.python-version

# Environments
**/.env
**/.venv
**/env/
**/venv/

# Editors
**/.vscode/
**/.idea/

# the docs directory is needed when building the docs container so it can't be in the
# .dockerignore
# docs/

# Ignore dev files
.gitignore
.github/
.devcontainer/

# Ignore cypress artifacts
**/videos/
**/screenshots/
**/.DS_Store

# Dev files
.pre-commit-config.yaml
docker/docker-compose.minimal-config.yml
.fides/
