# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
.venv-runtime/

# Kits two-venv harness artifacts
.intentframe/kits/
.intentframe/kits-build/
.intentframe/kits-two-venv/
.intentframe/runtime-constraints.txt

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Jupyter Notebook
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Environment variables / local secrets
.env
.env.local
.env.*.local
.aienv

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Project specific
*.bak
*.tmp
temp/
tmp/

.external_lib_helpers/

# Email sync test credentials (contains real passwords)
external_data_ingestion/tests/test_config.yaml
external_data_ingestion/tests/test_e2e_config.yaml

# Swift platform server (local release builds; regenerate via intentframe_setup.sh / bundle.sh)
macos-appkit-server/.build/

.cursor_chats/
.cursor/

.ruff_cache/

# Attack test sandbox (populated at runtime by test harness)
demo/demo_data/attack_invoices_sandbox/

.claude/
.claude_chats/

.cursorignore