# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.nox
venv

# IDE files
.vscode/launch.json
.vscode/settings.json

# special files
config_resources.csv
project2/*

.DS_Store

# raw package hub output (because big)
src/dbt_autofix/packages/scripts/output/*
# profiles.yml temporarily added by unit tests
tests/integration_tests/package_upgrades/dbt_utils_package_lookup_map_2/profiles.yml

# Fusion logs output
**/logs/*