Files
2025-11-18 18:57:00 -05:00

13 lines
106 B
Plaintext

# .gitignore
__pycache__/
*.py[cod]
.venv/
venv/
env/
config.ini
.pytest_cache/
.coverage
htmlcov/
*.log