# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

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

# Local config
.env.local
.env.*.local

# DOS files (user-specific)
dos/
config/dosbox.conf

# Docker
.docker/

# Temp files
*.tmp
*.temp
*.log

# Screenshots and artifacts
screenshots/
*.png
*.bmp

# macOS
.DS_Store

# Ignore compiled DOSBox-X builds
dosbox-x-build/
