# Copyright (c) 2025 [KTISEOS NYX / 0FTH3N1GHT / EARTH & DUSK MEDIA]
# SPDX-License-Identifier: MIT

# OS-specific files
.DS_Store

# Python bytecode and build artifacts
__pycache__/            # Ignore all __pycache__ directories anywhere
*.py[cod]               # Ignore .pyc, .pyo, .pyd files
build/
*.pyc

# Python egg metadata
*.egg-info/

# Distribution / packaging
dist/

# Version file generated by setuptools_scm
_version.py

# Virtual environment (if using)
# Python virtual environments
.venv/
venv/
.uufdadata/
env/
*venv*/

# Test coverage reports (if you generate them)
.coverage
coverage.xml
htmlcov/

# Editor/IDE specific files (optional - add if you want to ignore)
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Log files
logs/
dev_logs/

# Documentation files
CLAUDE.md
DEVELOPMENT_ROADMAP.md

# Archive and backup directories (should never be committed)
archive/
ARCHIVE/
*_backup/
backup/
*backup/

# Development screenshots and research (should never be committed)
dev-screenshots/
dev_screenshots/
screenshots/
ui-ux_research/
research/

# Theme backup directories
font_backup/
theme_backup/

# EXIF output and test data
exif_output/

# Disabled/experimental files
*.disabled
.disabled/
