# Rust build artifacts and dependencies
/target/
Cargo.lock

# Rust backup files
**/*.rs.bk

# Cache directories
.cache/
**/*.cache/

# Project-specific config overrides
custom_config.toml
.ggenrc.yaml

# macOS
.DS_Store
.DS_Store?
._*
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~
.fuse_hidden*
.directory
.Trash-*

# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*.tmp
*~

# Vim
*.swp
*.swo
*.swn
*.bak

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

# Vim
[._]*.s[a-v][a-z]
!*.svg
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim
Sessionx.vim
.netrwhist
*~
tags
[._]*.un~

# JetBrains IDEs
.idea/
*.iml
*.ipr
*.iws

# VS Code
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Temporary files
*.tmp
*.temp
*.log
*.pid
*.seed
*.pid.lock

# Coverage reports
coverage/
*.profraw
*.profdata
tarpaulin-report.html
cobertura.xml
lcov.info

# Documentation builds
/book/
/docs/build/
/docs/.vuepress/dist

# mdbook generated files
docs/book/
docs/*.html
docs/*.js
docs/*.css
docs/FontAwesome/
docs/ace.js
docs/book.js
docs/highlight.js
docs/mark.min.js
docs/searcher.js
docs/theme-*.js
docs/toc.html
docs/toc.js
docs/searchindex.js
docs/print.html
docs/404.html
docs/.nojekyll

# ggen-marketplace mdbook build artifacts
ggen-marketplace/book/
ggen-marketplace/src/**/*.md~

# OS generated files
Icon?

# Backup files
*.bak
*.backup
*.orig
*.rej

# Generated files and directories
dist/
build/
out/
output/
generated/

# Environment files
.env
.env.local
.env.*.local
.env.development
.env.production

# Node.js (if using any JS tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python (if using any Python tooling)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Logs
logs/
*.log

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable notation file
.env.backup

# next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
public

# Storybook build outputs
.out
.storybook-out

# Temporary folders
tmp/
temp/

# Editor directories and files
!.vscode/extensions.json
.history/*

# Local Netlify folder
.netlify

# Docker
.dockerignore

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# IntelliJ based IDEs
.idea/

# Finder (MacOS)
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# VS Code
.vscode/
*.code-workspace

# SublimeText
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# Vim
*.swp
*.swo

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc

# Atom
.atom/

# Local History for Visual Studio
.localhistory/

# Gradle
.gradle/
build/

# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

# Gradle
.gradle
build/

# CMake
cmake-build-*/

# Mongo Explorer
.mongoexplorer

# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint

# Unity3D
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/

# Unreal Engine
/Binaries/
/DerivedDataCache/
/Intermediate/
/Saved/
*.VC.db
*.VC.VC.opendb

# Visual Studio
.vs/
*.user
*.aps
*.pch
*.vspscc
*.vssscc
.builds

# JetBrains Rider
.idea/
*.sln.iml

# MonoDevelop
*.userprefs
*.usertasks

# Code::Blocks
*.cbp
*.layout

# KDevelop
*.kdev4
.kdev*

# Kate
*.kate-swp

# GNOME Builder
*.buildconfig

# Qbs
*.qbs.user
*.qbs.user.*
*.qbs.userproject
*.qbs.userproject.*

# Qt Creator
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
Makefile*

# Spyder
.spyderproject
.spyproject

# PyCharm
.idea/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypcache__/

# SageMath parsed files
*.sage.py

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject

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

# Pyre
.pyre/

# Project specific
# Template generation outputs
/generated/
/output/
/dist/

# Log files
*.log
logs/

# Temporary directories
tmp/
temp/

# Local configuration overrides
local_config.toml
debug_config.toml

# Development artifacts
debug/
release/

# Profiling data
*.profraw
*.profdata

# Test artifacts
test_output/
test_results/

# Documentation build artifacts
docs/build/
docs/.vuepress/dist
book/

# Dependency directories (if using vendored deps)
vendor/

# OS specific
# macOS
.DS_Store
.DS_Store?
._*
.AppleDouble
.LSOverride
Icon?

# Windows
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~
.fuse_hidden*
.directory
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# File system
.Recycled
.System Volume Information
$RECYCLE.BIN
*.cab
*.msi
*.msix
*.msm
*.msp

# Thumbnails
._*

# Icon must end list
Icon?

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage
.grunt

# Bower dependency directory
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# gatsby files
.cache/
public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# Temporary folders
tmp/
temp/

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# gatsby files
.cache/
public

# Storybook build outputs
.out
.storybook-out

# Temporary folders
tmp/
temp/

# Editor directories and files
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Local History for Visual Studio
.localhistory/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file for Xcode
xcuserdata

# Xcode Archive
*.xcarchive

# Xcode build artifacts
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.moved-aside
*.xccheckout
*.xcscmblueprint

# Xcode Scheme files
*.xcscheme

# Android Studio
.idea/
*.iml

# Gradle
.gradle/
build/

# CMake
cmake-build-debug/
cmake-build-release/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeLists.txt.user

# CLion
.idea/

# Visual Studio Code
.vscode/
*.code-workspace

# Rider
.idea/

# PyCharm
.idea/

# Spyder
.spyderproject
.spyproject

# Vim
*.swp
*.swo
*.swn

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

# Atom
.atom/

# Local History for Visual Studio
.localhistory/

# Operating System Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific patterns for ggen
# Template generation artifacts
**/*.generated
**/*.scaffold
/generated-examples/
/temp-output/

# Development and testing artifacts
test-outputs/
test-results/
benchmark-results/

# Local configuration files
local.toml
dev.toml

# Profiling and debugging
perf.data
perf.data.old
*.perf
*.hprof

# Editor swap files
*.swp
*.swo
*.tmp
*~

# Backup files
*.bak
*.orig
*.rej

# Log files
*.log
**/logs/

# Cache directories
.cache/
**/.cache/

# Temporary files
*.tmp
*.temp

# Build outputs
build/
dist/
out/

# Documentation builds
docs/public/
docs/.vuepress/dist

# Coverage reports
coverage/
*.profraw
*.profdata

# OS specific files
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db

# Project-specific cache and temp directories
.lh/

# Claude Flow generated files
.claude/settings.local.json
.mcp.json
claude-flow.config.json
.swarm/
.hive-mind/
.claude-flow/
memory/
coordination/
memory/claude-flow-data.json
memory/sessions/*
!memory/sessions/README.md
memory/agents/*
!memory/agents/README.md
coordination/memory_bank/*
coordination/subtasks/*
coordination/orchestration/*
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal
claude-flow
# Removed Windows wrapper files per user request
hive-mind-prompt-*.txt

backups/  
