# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
.python-version
uv.lock

# Test/coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Editor / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
