Files
reporty/.gitignore

15 lines
144 B
Plaintext

# PyCharm / IntelliJ
.idea/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
# Virtualenv
.venv/
# created by virtualenv automatically
.venv/Lib