# Outputs from examples or tests if they are large/generated
# Add specific patterns here if needed, e.g., /examples/outputs/*.csv
# Specific WalkXR-AI files to ignore if any large data files are generated locally
# e.g. large simulation outputs not intended for version control
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-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
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
.hypothesis/
pytestdebug.log
.ruff_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# PEP 582; __pypackages__ directory
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Local data and caches
vector_store/
.ollama_cache/
ollama.log
# Environments
.env
.venv
env/
venv/
ENV/
# Poetry
poetry.lock
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static analyzer
.pytype/
# Cython debug symbols
cython_debug/
# Operating System Files
.DS_Store
Thumbs.db
ehthumbs.db
._*
# IDEs and editors
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.sublime-project
*.sublime-workspace
*.project
.pydevproject
.settings/
*.nbproject/
# Secrets - ensure .env.template is tracked, but .env is not.
# .env is already covered by environment section, but good to be explicit.
secrets.yaml
credentials.json
# Node.js (optional, if frontend becomes more involved)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
# Log files
*.log
logs/
# Temporary files
*.tmp
*.bak
*.swp
*.swo
# windsurf rules
.windsurfrules
BACKLOG.md