# 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/

# Documentation files
CLAUDE.md
DEVELOPMENT_ROADMAP.md
