# =========================
# Python packaging / build
# =========================
dist/
build/
*.egg-info/

# =========================
# Python cache / bytecode
# =========================
__pycache__/
*.py[cod]
*$py.class

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

# =========================
# Testing / coverage
# =========================
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# =========================
# Tools
# =========================
.mypy_cache/
.ruff_cache/
.tox/
.nox/

# =========================
# Jupyter / notebooks
# =========================
.ipynb_checkpoints/

# =========================
# IDEs / Editors
# =========================
.vscode/
.idea/

# =========================
# OS specific
# =========================
.DS_Store
Thumbs.db

# =========================
# Logs
# =========================
*.log

# =========================
# Databricks
# =========================
.databricks/
.databricks/*
databricks.yml
.databrickscfg
.bundle/
.bundle/*
.databricks

