blob: 3ec93e5b26b8365119ce8a6b119d921e799bcf04 [file] [log] [blame]
Marc Kupietz86044852025-11-29 10:19:03 +01001__pycache__/
2*.py[cod]
3*$py.class
4*.so
5.Python
6venv/
7ENV/
8*.log
9.pytest_cache/
10.coverage
11htmlcov/
12dist/
13build/
14*.egg-info/
15.DS_Store
16*.conllu
17*.zip
18models/
19logs/
20tmp/
21.git/
22.gitignore
23README.md
24.github/