# Bytecode
__pycache__/
*.py[cod]
*.egg-info/

# Virtual environments
.venv/
venv/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
dist/
*.prof

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

# OS
.DS_Store
Thumbs.db
