aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2072bdef02693a2802ed04b45843141d2ddf335d (plain)
1
2
3
4
5
6
7
8
**/*.iml
**/.idea
**/target
**/logs
**/venv
**/__pycache__

.tox/