15 lines
103 B
Plaintext
15 lines
103 B
Plaintext
# IDEs
|
|
.idea
|
|
|
|
# builds
|
|
*.egg-info
|
|
build/*
|
|
dist/*
|
|
|
|
# cache
|
|
__pycache__
|
|
.pytest_cache
|
|
|
|
# vs code
|
|
.vscode
|