# Python-generated files
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
wheels/
*.egg-info
.eggs/
*.egg

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

# Virtual environments
.venv
.test_envs/
venv/
ENV/
env/

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

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# uv
uv.lock
