# Virtual environments
.venv/

# Python cache
__pycache__/
*.pyc

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

# IDE files
.idea/
.vscode/
