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

# Virtual environments
.venv

# Testing / coverage
.pytest_cache
.coverage
htmlcov/

# Environment
.env

# IDE
.vscode/
.idea/
*.swp

# Lock files (optional — keep if you want reproducible builds)
# uv.lock
