# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

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

# Environment and config
.env
.vodoo.env
tests/integration/.env.test.*
*.local.env

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Version file (auto-generated by hatch-vcs)
src/vodoo/_version.py

# MkDocs
site/

# OS
.DS_Store
Thumbs.db
