########################################
# ========= Go =========
########################################

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

# Test binary (go test -c)
*.test

# Coverage / profiling
*.out
coverage.*
*.coverprofile
profile.cov
prof/
*.mem
*.cpu
*-allocs.txt

# Go workspace
go.work
go.work.sum

# Dependency directory (uncomment if needed)
# vendor/


########################################
# ========= Python =========
########################################

# Bytecode
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

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

# Coverage / testing
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
pyrightconfig.json

# Documentation
docs/_build/
.site
/site

# Jupyter / IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# Frameworks
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy

# Environments
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# PEP 582
__pypackages__/

# PDM
.pdm-python
.pdm-build/
.pdm.toml

# Pixi
.pixi

# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

# Project configs
.spyderproject
.spyproject
.ropeproject

# Poetry local config
poetry.toml

# PyBuilder
.pybuilder/
target/

# PyPI config
.pypirc


########################################
# ========= Agentic / AI Tooling =========
########################################

.agent
.claude/
.gemini
.opencode/
.serena/
.cursorignore
.cursorindexingignore
.abstra/


########################################
# ========= Developer Workspace =========
########################################

.docs/
.sage/


########################################
# ========= Bench / Generated =========
########################################

bin/
/bench-report
*.pb.go
results/*.txt
!results/baselines/
!results/.gitkeep


########################################
# ========= Linux =========
########################################

*~
.fuse_hidden*
.directory
.Trash-*
.nfs*


########################################
# ========= macOS =========
########################################

.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.icloud


########################################
# ========= Windows =========
########################################

Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk


########################################
# ========= Misc =========
########################################

# Editor folders (optional — uncomment if desired)
# .idea/
# .vscode/
# .python-version
# Pipfile.lock
# poetry.lock
# pdm.lock
# pixi.lock
# uv.lock


########################################
# ========= Attest Project =========
########################################

# Engine cache and session data
.attest/

# Go vendor (engine)
engine/vendor/

# Node.js dependencies
node_modules/

# TypeScript build output
sdks/typescript/dist/
