# --------------------------------------------------------------------------- #
# Compiled files                                                              #
# --------------------------------------------------------------------------- #

# Compiled files
**pytest_cache**
**__pycache__**
**/**.pyc

# --------------------------------------------------------------------------- #
# Environment and configurations                                              #
# --------------------------------------------------------------------------- #

# Virtual Environment
.venv

# Visual Studio
.vscode/*
!.vscode/settings.json

# PyCharm configuration
**/.idea/**

# Secret values
secrets/*.*

# --------------------------------------------------------------------------- #
# Installation and build                                                      #
# --------------------------------------------------------------------------- #

**/*.egg-info
build
dist
/site/
uv.lock

# --------------------------------------------------------------------------- #
# Testing and coverage                                                        #
# --------------------------------------------------------------------------- #

# Coverage
.coverage
coverage.xml
htmlcov

# Test data
.terraform*
stack.tf.json
tests/**/metastore_db/**
tests/**/spark-warehouse/**
tests/*terraform*
tests/.terraform/
tests/pipeline/node*
tests/pipeline/tmp/*
tests/stack.tf.json
tests/tmp*
tmp-*

# Test results
junit


# --------------------------------------------------------------------------- #
# Scratchpad                                                                  #
# --------------------------------------------------------------------------- #

scratchpad/*