# Python
__pycache__/
*.py[cod]
*$py.class
*.so
dist/
*.egg-info/
.installed.cfg
*.egg
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
.env
.env.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Rust
target/
**/target/
Cargo.lock
*.trace

# JavaScript/TypeScript/Node
node_modules/
*.node
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.pid
*.seed
*.pid.lock
coverage
*.lcov
.nyc_output
*.tsbuildinfo
.npm
.eslintcache
.stylelintcache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
*.tgz
.yarn-integrity
.env.dev.local
.env.test.local
.env.stage.local
.env.prod.local
.cache
.parcel-cache
.next
out
.nuxt
dist
.temp
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
*.vsix

# tree-sitter grammar local build artifacts
language/grammar/destack/build/
language/grammar/destack/prebuilds/
language/grammar/destack/.build/
language/grammar/destack/_obj/

# bridge generated artifacts
bridge/**/.dart_tool/
bridge/**/pubspec.lock
bridge/dotnet/**/[Bb]in/
bridge/dotnet/**/[Oo]bj/
bridge/elixir/**/_build/
bridge/elixir/**/deps/
bridge/elixir/*.tar

# Fuzzing
**/hfuzz_target/**
**/fuzz/corpus/**
**/fuzz/artifacts/**

# IDE/Editor
.idea/
.vscode/
.vscode-test
.zed/
.cursor
*.code-workspace
*.gpg

# Infrastructure
destack-infra/.*
*.tfstate
*.tfstate.*
*.tfvars
.DS_Store

*.destack
