# Secrets
**/**.env
**.env

# Ideas
**.idea**
**/**.idea**

# Ignore generated agent files
**bloq.d/*
**tasq.d/*
**exeq.d/*
**reqap.d/*
**qodeyard/*
**sqrapyard/*

# Logs
**struqture/*

# Qages
worqspace/qage**
worqspace/sqrapyard**
worqspace/struqture**

# Qonstructions (saved project outputs - large, user-specific)
worqspace/qonstructions/*
!worqspace/qonstructions/.gitkeep

# PyCache
**__pycache**

# Config Backups
**.config_backup/*

# Mac Crap
**.DS_Store
**/**.DS_Store**

# venv
**.venv**
**/**.venv**
**.test_venv**
**/**.test_venv**

# asdf
**.tool-versions**
**/**.tool-versions**

# IDE stuff
intellij-plugin/build
intellij-plugin/node_modules
vscode-extension/build
vscode-extension/node_modules

# Packaging / generated junk
__MACOSX/
**/__MACOSX/
.DS_Store
**/.DS_Store
._*
**/._*
*.pyc
**/*.pyc
__pycache__/
**/__pycache__/
.gradle/
**/.gradle/
node_modules/
**/node_modules/

# Additional cache/validation artifacts
.pytest_cache/
**/.pytest_cache/
.ruff_cache/
**/.ruff_cache/
.mypy_cache/
**/.mypy_cache/
.validation-env-cache/
**/.validation-env-cache/
.test_venv/
**/.test_venv/
vscode-extension/out/
**/vscode-extension/out/
intellij-plugin/out/
**/intellij-plugin/out/
_cache/
**/_cache/

# Qontrabender / Qontextor runtime artifacts
qache.d/
**/qache.d/
qontext.d/
**/qontext.d/

# Test runtime artifacts
_test_runtime/
**/_test_runtime/
.codeseeq/
