# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.cache/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml

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

# uv
uv.lock

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store
