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

# Virtual environments
.venv/
venv/

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

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
