.env
/.idea/
**/tmp/*
/src/ui/old/

# Python build artifacts (the main issue we had)
*.egg-info/
build/
dist/

# Python cache files
__pycache__/
*.pyc

# macOS files
.DS_Store

# IDE files
.vscode/
.idea/
