Skip to content

Commit

Permalink
update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Oct 19, 2024
1 parent eac700a commit 4f248f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist/
.env
_site/
.sass-cache/
!data/closeup-Photo.jpeg
*.pdf
.DS_Store
poetry.lock
__pycache__
input.html
output.html
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "resume"
version = "0.1.0"
version = "0.2.0"
description = "A package to update my cv"
authors = [
{ name = "Rohail Taimour" }
Expand All @@ -30,6 +30,11 @@ dev = [
website = "website.entrypoints:app"
generate-resume = "resume.generate_resume:app"

[tool.hatch.build]
include = [
"templates/**/*"
]

[tool.black]
line-length = 88
target-version = ['py310']
Expand Down

0 comments on commit 4f248f9

Please sign in to comment.