# Niamoto
test-instance/
.superpowers/

# Database files (test artifacts)
*.db
*.duckdb
*.sqlite
*.sqlite3

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
!scripts/build/
develop-eggs/
dist/
# But keep the GUI dist directory structure for CI/CD
!src/niamoto/gui/ui/dist/
# And only keep the .gitkeep file in it
src/niamoto/gui/ui/dist/*
!src/niamoto/gui/ui/dist/.gitkeep
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
# Keep our build spec file
!build_scripts/niamoto.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Flask stuff:
instance/
.webassets-cache

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock
Pipfile

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/


# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# VS Code settings
.vscode/
*.code-workspace

# IntelliJ settings
.idea/

# macOS Finder metadata
.DS_Store
**/.DS_Store

# Tool caches
.ruff_cache/
**/.ruff_cache/

# Tailwind CSS standalone binaries
tailwindcss-macos-arm64
tailwindcss-macos-x64
tailwindcss-linux-arm64
tailwindcss-linux-x64
tailwindcss-windows-x64.exe

# Node/npm files (if any remain)
node_modules/

# Claude Code configuration files (local only)
CLAUDE.md
AGENTS.md
.claude/

# Tauri Desktop App
src-tauri/target/
src-tauri/gen/
src-tauri/bin/niamoto*
src-tauri/resources/sidecar/*
!src-tauri/resources/sidecar/.gitkeep
.gitnexus
data/gold_set.json
data/silver/
data/cache/
ml/data/gold_set.json
ml/data/silver/
ml/data/cache/
data/.DS_Store
data/**/.DS_Store
.autoresearch/

# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
!.env.example
