10 lines
74 B
Plaintext

# Python excludes
.venv/*
.pytest_cache/*
*__pycache__*
# IDEs
.idea/*