# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

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

# Testing
.coverage
.pytest_cache/
htmlcov/
coverage.xml

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# OS files
.DS_Store
Thumbs.db

# Portman specific
*.db
*.log

# uv
.python-version
