# Python-generated files
__pycache__/
*.py[cod]
*.egg-info/

# Build artifacts
build/
dist/
wheels/

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.mypy_cache/
.pyright_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Environment
.env
.env.*

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
