# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# SQLcarbon log files (written to CWD during runs)
sqlcarbon_*.log

# SQLcarbon config files (may contain server names / passwords)
*.yaml
*.yml
# Exception: keep the sample if you add one to the repo
!sample_plan.yaml

# IDE
.vscode/
.idea/
*.iml

# OS
.DS_Store
Thumbs.db

# Test / scratch
*.parquet
