diff options
| author | tassaron | 2022-04-22 17:10:35 -0400 |
|---|---|---|
| committer | tassaron | 2022-04-22 17:10:35 -0400 |
| commit | a42ea1cd69fcf3f6c1b2ff79871cd00f24b95118 (patch) | |
| tree | 781fc61b053ea33bb7217ba607359b7bf120a337 /.gitignore | |
| parent | 05d2ebc3c69f5a876d602004f69202c5ba8b09f7 (diff) | |
add commandline option for tests. add first tests
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,11 @@ __pycache__ *.py[cod] -build/* -dist/* -env/* -.vscode/* +*.egg-info +.pytest_cache +build/ +dist/ +env/ +.vscode/ *.mkv *.mp4 *.wav |
