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

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# IDE
.vscode/
.idea/
*.swp

# Environment
.env
.venv/
venv/

# OS
.DS_Store
Thumbs.db
