# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
*.whl

# Build artifacts
dist/
build/

# Virtual environment
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
testdir/

# Linting/Formatting
.ruff_cache/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# uv
.python-version
