.DS_Store

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.env
.venv/
env/
venv/
.python-version

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

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

# Type checking/linting
.mypy_cache/
.ruff_cache/
.pytype/

# IDEs/editors
.idea/
.vscode/

# OS files
Thumbs.db
