# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Testing & Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.hypothesis/

# Type checking & Linting
.mypy_cache/
.ruff_cache/

# Virtual environments
venv/
ENV/
env/
.venv/

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
*.sublime-project
*.sublime-workspace

# Claude Code / AI tooling internals
.claude/

# Velune runtime/cache
.velune/

# Velune private "house" system prompts — tuned prompts ship with builds but are
# never committed. The committed _baseline.py guarantees a working fallback, and
# _premium.example.py documents the contract. (See velune/cognition/prompts/.)
velune/cognition/prompts/_premium.py

# Dev container
.devcontainer/

# Benchmarks
.benchmarks/

# Scripts (local utility scripts)
scripts/*.sh
scripts/*.ts

# Project-specific
examples/

# Secrets & credentials — never commit these
.env
.env.*
*.env
secrets/
credentials/
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt
config/local.py
config/local.json
local_settings.py

# OS & system artifacts
*.log
*.tmp
*.temp
tmp/
temp/

# Distribution / packaging internals
*.whl
RECORD
installer/

# Native build artifacts
*.pyd
ext/go/*.exe
ext/go/**/*.exe
ext/go/bin/
ext/rust/**/target/

# Profiling
*.prof
*.lprof

# Jupyter (if any notebooks are local-only)
.ipynb_checkpoints/

# Node (if any frontend tooling)
node_modules/
package-lock.json
yarn.lock

# Databases & Local State
*.db
*.sqlite
*.sqlite3
*.bak
credentials.json
master.key
