# Python cache
__pycache__/
*.py[cod]

# Virtual environment
venv/
.venv/
.env/

# Build artifacts
build/
dist/
*.egg-info/

# IDE files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Test cache
.pytest_cache/

# Coverage
.coverage
htmlcov/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/
