# Build Exclusions
**/build/*

# Qwak specific files
!/sdk/python/python-sdk/qwak/models/build/
!/sdk/python/python-sdk/qwak/models/build/*
!/sdk/python/python-sdk/qwak/models/build/**/*

# Build operations
mlruns/
tmp*/

# Mac
.DS_Store

# specstory folder
.specstory/*

# IntelliJ / VSCode
.idea
.vscode
.jfrog_vscode

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

# Distribution / packaging
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
node_modules

# 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
**/.env

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/out/

# Generated python code
*_pb2.py
*_pb2.pyi
*_pb2_grpc.py

## Build Files ##
**/temp/
**/target/
**/bin/
dependency-reduced-pom.xml

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
=======
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies

/node_modules
/.pnp
/.pnp.js
.npmrc

# testing
/coverage


# misc
.DS_Store
.env.local
.notenv.development.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/workspace.xml

# Jetbrains
.idea
.idea/*.*
.editorconfig

# Frontend
package-lock.json
!/frontend/package-lock.json
!/frontend-mfe-server/package-lock.json
.eslintcache
frontend/.eslintcache
/src/config.json
debug-storybook.log
storybook-static/
# Frontend api keys
frontend/.env
!/frontend/src/manifest/
frontend/cypress/fixtures/localStorage.json
frontend/cypress/fixtures/cookies.json


#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
amplify/backend/.temp
dist/
node_modules/
awsconfiguration.json
amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*

# Golang

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
vendor/
/.jpb/jpb-settings.xml

# Java / Mvn
pom.xml.releaseBackup
pom.xml.versionsBackup


# Python Coverage Report
**/.coverage
**/coverage-reports/

# Velocity
**/.velocity.yml

# Hypothesis
.hypothesis
.claude/settings.json
