# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd

# uv
.uv/

# pytest
.pytest_cache/
.coverage
htmlcov/

# ruff
.ruff_cache/

# mypy
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Generated schema from pymockit init (user files, not tracked)
schema.json
schema.yaml
