scryfall-py/.gitignore

17 lines
No EOL
181 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Testing
report.xml
.coverage
coverage.xml
.pytest_cache/
.ruff_cache/