chore: update .gitignore to include dist/ directory
Added dist/ directory to .gitignore to prevent distribution files from being tracked by Git. This keeps the repository clean and avoids unnecessary clutter from build artifacts.
This commit is contained in:
parent
14e8d44999
commit
ac2f18b021
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*.pyc
|
||||
__pycache__/
|
||||
venv/
|
||||
config.yaml
|
||||
config.yaml
|
||||
dist/
|
Loading…
Reference in a new issue