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

# Runtime uploads (created by UI file upload)
uploads/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!tests/lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Environment variables
.env
.env.local

# API keys and secrets
docs/claude_API_KEY_Databridge_AI_2.txt
.claude/

# Data files (runtime artifacts, generated output)
data/*
!data/demo/
!data/MCP_Claude_Testing/
!data/knowledge/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Jupyter
.ipynb_checkpoints/

# Temporary Claude files
tmpclaude-*

# Build artifacts
*.zip
nul

# Screenshots
*.png

# Archived files (old versions, backups)
Archived/

# Large directories to exclude
current application/
HIERARCHY_BUILDER_APP-*/
v2/
tutorial/
researcher/

# Virtual environments (additional)
.venv_dbt/

# Machine-specific
.gemini/
Userstelhatest_databridge_install/
claude_prompt.txt
CODEX_Review_and_Plan.md

# Vector/DB stores (covered by data/ above)

# Docker backups
docker/backups/

# Temp files
temp_*.json
*.bak
se-metadata.json
.selenium_cache/

# Auto-generated scripts
scripts/generated/*.py

# Embedded repos
DATABRIDGE_AI/
Databridge_AI.wiki/

# Keys files
*.p8
*.pub

# Snowflake CLI (contains credentials)
.snowflake_cli/
data/non_op_streamlit/

# License server keygen (never shipped)
src/licensing/keygen.py

# License cache (runtime artifact)
data/.license_cache.json

# Cython build artifacts
*.pyd
*.c
!src/**/*.c

# API keys (runtime artifact)
data/api_keys.json
data/metering/

# Client deployments (contains secrets, passwords, license keys)
deployments/

# Generated output (may contain client data)
result_export/

# Client-specific project work and analysis outputs
special_projects/

# Temp documentation (generated, not source)
temp_doc/
temp_doc__unzipped/

# Client-specific analysis docs and reports
docs/Aethon*
docs/Enertia*
docs/Procount*
docs/Step*Enertia*
docs/diagram_stacks/mermaid/*_client_*
scripts/run_enertia_*
scripts/regen_enertia_*

# Client upload data
infrastructure/UploadFiles/

# Runtime logs
logs/

# Root-level temp/debug artifacts
ssh_err.txt
ssh_out.txt
tmp_*.html
tmp_*.txt
_test_*.txt
*_report.csv
excel_sample_analysis.json
knowledge_export.json
compass_artifact_*.md
test_search.py
