# Python
__pycache__/
*.py[cod]
.venv/
.ruff_cache/
.pytest_cache/

# build artifacts
dist/
build/
*.egg-info/

# downloaded textbooks
*.pdf

# IDE
.idea/

# OS
.DS_Store
