# Python
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environment
.venv/
venv/
ENV/ 