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

# Python cache
__pycache__/
*.pyc

# Virtual environments
env/
venv/
.venv/

# IDE files
.vscode/
.idea/