# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
ENV/

# uv
uv.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Testing
.pytest_cache/
htmlcov/
.coverage
.mypy_cache/
.ruff_cache/

# Distribution
*.tar.gz
*.zip

# PyInstaller
*.spec
