ihatemoney/.gitignore
Éloi Rivard 8c865b1037
chore: move from setuptools to hatch_build
packages are built with hatch instead of setuptools.
Translations catalogs are compiled at package build time, and before unit tests are
ran. Thus there is no need to keep them versioned in git anymore.
2023-12-12 13:26:36 +01:00

21 lines
180 B
Text

*.pyc
*.egg-info
*.mo
dist
.venv
docs/_build/
.tox
dist
.cache/
build
.vscode
.env
.pytest_cache
ihatemoney/budget.db
.idea/
.envrc
.DS_Store
.idea
.python-version
.coverage*
prof