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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

# uv
uv.lock

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

# IDEs
.idea/
.vscode/

.DS_Store

# Profiling
*.prof
*.lprof

# Benchmarking
benchmark_results/
*.benchmark
*.benchmarks

# Ruff
.ruff_cache/

# Misc
/*playground
.db*/
.state*/
.logs*/

# syncthing
.stfolder

# nuspace-ui (vite / node)
node_modules/
!src/nuspace/web/ui/dist/
src/nuspace/web/ui/dist/*
!src/nuspace/web/ui/dist/.gitkeep

*.db/
# local archive of the v0 prototype (reference only, never edited)
_archive/
