testdata/.gitignore
Kristian Krsnik ff8820c80a
Made project structure more modular.
* Project can now be started as a package
* Added unit-tests
2024-08-02 22:23:20 +02:00

11 lines
87 B
Plaintext

/result
/.direnv/
# config and database
*.json
# python
__pycache__/
.pytest_cache/