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

# Virtual Environment
venv/
ENV/
env/
.venv

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

# Jupyter Notebooks
.ipynb_checkpoints
*.ipynb

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.pytest_results*.txt

# Environment variables
.env
.env.local

# GCP
.gcp/
credentials.json
service-account.json

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp

# Data files (large datasets should not be committed)
data/output/*
data/archive/*
!data/input/applications_20250119_1.csv  # Keep sample data
*.png
!blueprint/docs/08-reference/Tasks.png

# Terraform
.terraform/
*.tfstate
*.tfstate.*
crash.log
*.tfvars
*.tfvars.json
override.tf
override.tf.json
_override.tf
_override.tf.json
.terraformrc
terraform.rc

# DBT
dbt_packages/
dbt_modules/
target/
profiles.yml
!deployments/*/dbt/profiles.yml
shared_macros/

# Compiled files
*.pyc
*.pyo

# Local prompts
NEXT_PROMPT.md
ANALYSIS_AND_PROMPT.md


# Additional venv directories
.venv_*/
venv*/
.venv*/
infrastructure/terraform/systems/generic/.terraform.lock.hcl
