# Python
__pycache__/
.pycache/
*.pyc
*.pyo

# Virtual environment
.venv/

# Build artifacts
dist/
*.egg-info/

# Environment
.env

# Tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Thanks, apple
**/.DS_Store
