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

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

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

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs and databases
*.log
*.sqlite3
*.db

# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Config files (user-specific or auto-generated)
.portconfig
config.yaml
settings.ini
*.env
.env

# Textual dev / screenshots
textual-dev/
*.png
*.jpg
screenshots/

# Testing
.coverage
htmlcov/
.pytest_cache/
pytest-*.log

# MyPy / Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff / Black / Linters
.ruff_cache/