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

# Python
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/

# AUR build artifacts
aur/src/
aur/pkg/
aur/*.tar.gz

# IDE
.idea/
.vscode/
*.swp
*.swo
