# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

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

# Type checkers
.mypy_cache/
.pyright/
.dmypy.json

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Linter caches
.ruff_cache/

# OS files
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
