# Private & IDE
_private/
.idea
.vscode/
*.swp
*.swo

# Python version management
.python-version
.pyenv

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

# Build & distribution
dist/
build/
*.egg-info/
.eggs/
*.whl
*.tar.gz

# Generated version (hatch-vcs)
src/ctk_themio/_version.py

# Python compilation & caching
*.pyc
*.pyo
*.pyd
**/__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
*.so

# Environment & config
.env
.env.local
.env.*.local

# IDE & editor artifacts
*.backup
.DS_Store

# Logs
*.log
log/

# Temporary files
tmp/
*.tmp
*.temp

# Database files
*.db
*.sqlite
*.sqlite3

# Database files inside package assets (generated at runtime)
**/assets/data/*.db
**/assets/etc/listener.started
**/assets/etc/qa_application.started
**/assets/etc/qa_application.stop
**/palettes/Scratch.json
**/palettes/Wibble.json

# Legacy/old project files
complex_example.py
ctk_theme_builder
docs/Screenshot*
docs/Windows.png
gridedit.py
lib/
simple_example.py
theme_builder_setup.tar
