mirror of https://github.com/aliasrobotics/cai.git
198 lines
2.1 KiB
Plaintext
198 lines
2.1 KiB
Plaintext
# macOS Files
|
|
.DS_Store
|
|
cai_env/
|
|
# DEMOs
|
|
DEMO/
|
|
# Agent Framework Files
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
AGENTS*.md
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
logs/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
.devcontainer/qdrant_storage/
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
alias_web*
|
|
# 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/
|
|
|
|
# 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
|
|
.pybuilder/
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IPython
|
|
profile_default/
|
|
ipython_config.py
|
|
|
|
# pdm
|
|
.pdm.toml
|
|
.pdm-python
|
|
.pdm-build/
|
|
|
|
# PEP 582
|
|
__pypackages__/
|
|
|
|
# Celery stuff
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# Environments
|
|
.env
|
|
.env*
|
|
.env.backup*
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
.venv39
|
|
.venv_res
|
|
|
|
# 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 type analyzer
|
|
.pytype/
|
|
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# Ruff stuff:
|
|
.ruff_cache/
|
|
|
|
# PyPI configuration file
|
|
.pypirc
|
|
|
|
# CAI files
|
|
.cai/
|
|
.vscode/
|
|
|
|
# workspaces
|
|
workspaces/
|
|
|
|
# benchmarks
|
|
benchmarks/outputs
|
|
|
|
#CTR offline output
|
|
tools/cut_the_rope/ctr_cai/output
|
|
|
|
# other
|
|
nohup.out
|
|
.aider*
|
|
caiextensions-*
|
|
pentestperf
|
|
|
|
# python venvs
|
|
venv*
|
|
|
|
.claude
|
|
.cursor/
|
|
ova_extract/
|
|
# flows
|
|
agents.yml*
|
|
.env.backup
|
|
|
|
# dataset
|
|
data/
|
|
|
|
# app
|
|
cai-app-ios/
|
|
learn-claude-code
|
|
gemini-cli
|
|
|
|
# runtime artifacts (recon outputs, bench results, refusal traces)
|
|
bench_results/
|
|
network_scan/
|
|
network_scan.*
|
|
refusal_test_output.log
|