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

# Virtual environments
.venv
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Logs
logs/

# Environment
.env
.env.*
!.env.example

# Test
.pytest_cache/
.coverage
htmlcov/

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/
internal/