scryfall-py/.gitignore

20 lines
No EOL
197 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/
# Docs
_build/