# .gitignore

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

# Python cache
__pycache__/
*.pyc

# Virtual environment
.venv/
venv/
env/

# IDE / Editor folders
.vscode/
.idea/