# .gitignore

# Virtual environment
.venv/

# Build artifacts and distribution directories
dist/
build/
*.egg-info/

# Python cache files
__pycache__/
*.pyc