# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

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

# Distribution / packaging
MANIFEST
pip-wheel-metadata/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# macOS
.DS_Store

# Lock files — not committed for libraries
uv.lock
