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

# Python
__pycache__/
*.py[cod]
*.pyo
.Python
*.so

# Virtual environments
.venv/
venv/
env/

# Secrets
.env
.env.*
*.pypirc
secrets.*

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
