# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.local

# IDE
.vscode/settings.json
.idea/

# macOS
.DS_Store

# PyPI credentials (never commit these!)
.pypirc
