Files
Brancheneinstufung2/list-generator/.gitignore

13 lines
99 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
dist/
build/
.pytest_cache/