# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.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/settings.local.json

# Data files (runtime artifacts, generated output)
data/

# 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

# 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/
