2026-02-10 13:24:32 -05:00

21 lines
161 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db