# you shouldn't commit these into source control # these are the default directory names, adjust/add to fit your needs target/ dbt_packages/ logs/ profiles.yml .user.yml # Data files for DuckDB data/green_tripdata/ data/yellow_tripdata/ data/ *.duckdb *.duckdb.wal .duckdb_temp/ # Parquet data files *.parquet # Python artifacts __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # PyCharm .idea/ # VS Code .vscode/ # Jupyter Notebook .ipynb_checkpoints *.ipynb # pyenv .python-version # pytest .pytest_cache/ .coverage htmlcov/ # mypy .mypy_cache/ .dmypy.json dmypy.json # GCP credentials and service account keys *-key.json *-keys.json *key*.json *credential*.json *service-account*.json *serviceaccount*.json service-account.json serviceaccount.json gcp-*.json google-*.json # Environment variables .env .env.local .env.*.local *.env dbt_internal_packages/