# bytecode
__pycache__/
*.py[cod]
*$py.class
*.so

# build/dist
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# venv
.env
.venv/
venv/
ENV/

# editors
.vscode/
.idea/
*.swp

# os
.DS_Store
Thumbs.db

# tests / coverage
.cache/
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.hypothesis/

# type checkers
.mypy_cache/
.ruff_cache/
.pyre/

# notebooks
.ipynb_checkpoints

# local artefacts
results.json
data_quality_results.json
*.log
reports/
.local/

# secrets
.env.*
!.env.example
*.pem
*.key

# terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!example.tfvars

# docker
.docker/
