
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   For a library or package, you might want to ignore these files since the code is
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
#   This is especially recommended for binary packages to ensure reproducibility, and is more
#   commonly ignored for libraries.
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   https://pdm.fming.dev/#use-with-ide
#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#   in version control.
#   install all needed dependencies.
#   intended to run in multiple environments; otherwise, check them in:
#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
#  *.iml
#  *.ipr
#  *.iws
#  .idea/
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  Usually these files are written by a python script from a template
#  be added to the global gitignore or merged into this project gitignore.  For a PyCharm
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
#  project, it is recommended to include the following files:
# (.praxis-os/ serves as dogfooding example of proper installation)
# .python-version
# Agent OS MCP/RAG Cache (gitignored per spec)
# But ignore build artifacts within dist/
# Byte-compiled / optimized / DLL files
# C extensions
# Celery stuff
# Cython debug symbols
# Distribution / packaging
# Django stuff:
# Documentation
# Documentation quality reports (AI-consumable)
# Environments
# Flask stuff:
# HoneyHive specific
# IDEs
# IPython
# Installer logs
# Jupyter Notebook
# Linux
# Netlify integration removed - triggering fresh status checks
# OS
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
# PyBuilder
# PyCharm
# PyInstaller
# Pyre type checker
# Python
# Quality metrics data (SQLite database should not be in git)
# Rope project settings
# SageMath parsed files
# Scrapy stuff:
# Sphinx documentation
# Spyder project settings
# Test artifacts
# Testing
# Tox artifacts that shouldn't be packaged
# Translations
# Unit test / coverage reports
# VS Code
# Virtual environments
# Windows
# dist/ - REMOVED: dist/ contains distributable source files (ouroboros, universal, scripts)
# macOS
# mkdocs documentation
# mypy
# pdm
# pipenv
# poetry
# prAxIs OS - Ephemeral Files
# prAxIs OS - Ephemeral content (regenerated, not tracked)
# prAxIs OS - Everything else is TRACKED as reference example for consumers
# prAxIs OS - Runtime state (sessions, temporary data - not tracked)
# prAxIs OS - Working documents (analysis, session notes, temporary files)
# pyenv
# pytype static type analyzer
#Pipfile.lock
#pdm.lock
#poetry.lock
*$py.class
*.bak*
*.cover
*.egg
*.egg-info/
*.log
*.manifest
*.mo
*.pot
*.py,cover
*.py[cod]
*.sage.py
*.so
*.spec
*.swo
*.swp
*~
.DS_Store
.Python
.agent-os/.cache/
.benchmarks/
.cache
.coverage
.coverage.*
.dmypy.json
.docs-quality-*.csv
.docs-quality-*.json
.docs-quality-*.md
.eggs/
.env
.env.local
.env.production
.env.quality-metrics
.env.test
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.nox/
.pdm.toml
.praxis-os.backup.*
.praxis-os/.cache/
.praxis-os/.mcp_server_state.json
.praxis-os/.upgrade_lock
.praxis-os/mcp_server/__pycache__/
.praxis-os/scripts/__pycache__/
.praxis-os/state/
.praxis-os/venv/
.praxis-os/workspace/
.pybuilder/
.pyre/
.pytest_cache/
.pytype/
.ropeproject
.scrapy
.spyderproject
.spyproject
.tox/
.venv
.venv/
.vscode/
.webassets-cache
.direnv/
result
result-*
/site
Desktop.ini
ENV/
MANIFEST
Thumbs.db
__pycache__/
__pypackages__/
build/
comparison_output/
celerybeat-schedule
celerybeat.pid
cover/
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist/
dist/**/*.pyc
dist/**/*.pyo
dist/**/__pycache__/
dmypy.json
docs/_build/
docs/build/
downloads/
eggs/
ehthumbs.db
env.bak/
env/
htmlcov/
instance/
ipython_config.py
lib/
lib64/
local_settings.py
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
profile_default/
python-sdk/
quality-data/*.db
quality-data/*.log
sdist/
share/python-wheels/
target/
test-results/
var/
venv.bak/
venv/
wheels/
.env.integration
.env
