10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
# Python excludes
|
|
.venv/*
|
|
.pytest_cache/*
|
|
*__pycache__*
|
|
|
|
# IDEs
|
|
.idea/*
|
|
|
|
|