# 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 Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

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

# Jupyter
.ipynb_checkpoints
*.ipynb

# Documentation
docs/_build/
site/

# Stardive specific
# Local execution artifacts
.stardive/
stardive-data/
*.stardive.db
*.stardive.sqlite

# Audit trails (local dev only - production should be in proper storage)
audit-logs/
execution-logs/

# Secrets (NEVER commit)
.env.local
.env.*.local
secrets/
credentials/
*.key
*.pem
*.crt

# Temporary files
tmp/
temp/
*.tmp
*.bak
*.log

# Local artifacts/db
stardive.db
