Skip to content

Commit d79052e

Browse files
committed
chore: Add .env to gitignore to exclude environment files from version control.
1 parent 1b59f6c commit d79052e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ venv/
2727
ENV/
2828
env.bak/
2929
env/
30+
.env
3031

3132
# IDEs
3233
.vscode/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ dependencies = [
2727
"Homepage" = "https://github.com/Sapliy/fintech-ecosystem"
2828

2929
[tool.setuptools]
30-
packages = ["sapliyio_fintech", "sapliy_fintech"]
30+
packages = ["sapliyio_fintech"]

0 commit comments

Comments
 (0)