# Virtual environment
.venv/

# Distribution / packaging
dist/
build/
*.egg-info/

# Byte-compiled / optimized / DLL files
__pycache__/

# Testing / linting / type-checking caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# OS artifacts
.DS_Store
