# Python bytecode
__pycache__/
.pytest_cache/
*.py[cod]
*$py.class

# Build artifacts
build/
dist/
*.egg-info/
*.sarif

# Virtual environments
.env
.venv
env/
venv/
.ci*/
.py*embed/
.ansede/
.tmp/

# IDE
.idea/
.vscode/
*.swp
*~

# Editor integration build artifacts
intellij-plugin/.gradle/
intellij-plugin/.intellijPlatform/
intellij-plugin/build/
intellij-plugin/bin/
visualstudio-extension/bin/
visualstudio-extension/obj/
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/*.vsix
.tmp-cli-artifacts/

# OS
.DS_Store
Thumbs.db

# IDE-specific tool config
.continue/

# Benchmark corpus (nested git repos - use manually or as submodules)
benchmarks/online_random_samples/

# Benchmark run outputs and state
tmp/
benchmarks/random_real_benchmark_progress.json
