# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Packaging / build
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# IDE / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local secrets and credentials (Snowflake keys, env files)
.env
.env.*
!.env.example

# Common Snowflake key-pair filenames (remove if you intentionally track fixtures)
*.p8
*.pem
