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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# poetry
poetry.lock

# pdm
.pdm.toml

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
.venv_lakelogic/
env/
venv/
ENV/
env.bak/
venv.bak/
env_lakelogic/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
.idea/

# VS Code
.vscode/
*.code-workspace

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux
*~

# Temporary files
*.swp
*.swo
*.tmp
*.temp
*.bak

# LakeGuard specific
# Output directories from examples
examples/_archive/
examples/**/data/bronze/
examples/**/data/silver/
examples/**/data/gold/
examples/**/data/quarantine/
examples/**/data/output/
examples/**/output/
examples/03_advanced_workflows/**/data/*.parquet
examples/03_advanced_workflows/**/data/**/*.parquet
examples/**/data/landing/*.parquet
examples/**/data/landing/*.delta
examples/**/data/landing/*.db

# LakeGuard state files
_lakelogic_state/
.lakelogic/
*.state.json
run_logs/

# Test outputs
test_output/
test_data/
*.test.csv
*.test.parquet

# DuckDB databases
*.duckdb
*.duckdb.wal

# Delta Lake files (in test directories)
**/delta_log/
**/_delta_log/

# Spark local directories
spark-warehouse/
metastore_db/
derby.log

# Logs
logs/
*.log
*.log.*

# Coverage reports
.coverage
htmlcov/
coverage.xml

# Profiling data
*.prof
*.lprof

# Jupyter notebook checkpoints
.ipynb_checkpoints/

# Python virtual environments
.python-version
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Documentation build
docs/_build/
docs/examples/
site/

# Temporary test files
check_contract.py
test_*.py

# Secret files (just in case)
secrets.yaml
secrets.json
.secrets/
*.key
*.pem

# Local configuration overrides
local_config.yaml
local_settings.py

# Package lock files (we use uv)
requirements.txt
poetry.lock
Pipfile.lock

# macOS specific
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# Windows specific
Thumbs.db
ehthumbs.db
Desktop.ini

# Python cache
*.pyc
__pycache__/

# Ruff cache
.ruff_cache/

# uv cache (if local)
.uv/

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
*.tfvars
*.tfvars.json
!dev.tfvars
!test.tfvars
!prod.tfvars
**/secrets*.tfvars
**/*.auto.tfvars


.product_vision/
.markdownlint.json

# Reference/example files
_ref/

.databricks
