Skip to content

Commit

Permalink
chore: 🔧 clean up .gitignore and update build configuration in pyproj…
Browse files Browse the repository at this point in the history
…ect.toml

Removed dbt-related entries from .gitignore to streamline ignored files. Updated the build configuration in pyproject.toml by removing dbt package inclusion, aligning with the recent refactor that eliminated dbt integration. These changes enhance project organization and maintainability.
  • Loading branch information
davidgasquez committed Nov 28, 2024
1 parent 7064245 commit 0d3fb8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ dmypy.json
# Pyre type checker
.pyre/

# dbt
dbt_packages/
logs/
dbt/.user.yml

# Ignore everything under data except datasets/.gitkeep
data/**
!data/.gitkeep
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ dev = ["dagster-webserver>=1.9.3", "ipykernel>=6.29.5"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
include = ["datadex/**/*.py", "dbt/**/*"]

[tool.hatch.build.targets.wheel]
packages = ["datadex"]

0 comments on commit 0d3fb8b

Please sign in to comment.