# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.eggs/
dist/
build/
.venv/
venv/
*.whl

# IDE / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Env / secrets
.env
.env.*

# Testing / linting
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Logs
*.log

# Misc
*.pdf
