# -----------------------------
# Secrets & Configuration
# -----------------------------
.env
.dockerignore
.ideas

# -----------------------------
# Git Metadata
# -----------------------------
# Exclude the entire .git history and config (Critical for size & security)
.git
.gitignore
.gitattributes
.gitmodules

# -----------------------------
# Generated Agent Files
# -----------------------------
**/bloq.d/*
**/tasq.d/*
**/exeq.d/*
**/reqap.d/*
**/qodeyard/*

# -----------------------------
# Logs & Runtime Data
# -----------------------------
**/struqture/*
worqspace/qage**
worqspace/qonstructions/*

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

# Python
.venv
**/.venv

# -----------------------------
# Python Cache
# -----------------------------
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd

# Mac crap
.DS_Store
**/.DS_Store

# Validator caches
.ruff_cache
**/.ruff_cache
.pytest*
**/.pytest*

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