mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-07 21:31:51 +02:00

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.
21 lines
180 B
Text
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
|