# Build artifacts
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Safedump output (for development)
.safedump/
dist/
.mypy_cache/
