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

# Distribution / packaging
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing, type checking, and linting caches
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.basedpyright/
.pyright/

# Environment files
.env
.env.*
!.env.example

# IDEs and editors
.vscode/
.idea/
.zed/
*.swp
*.swo
*.sublime-workspace
*.sublime-project

# Operating System files
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db
