# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / Packaging
dist/
build/
*.egg-info/
*.egg
wheels/
MANIFEST

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Project specific
dev_goals.md
tests/
md2pdf_wrapper.sh
