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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
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
*.spec

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

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

# Translations
*.mo
*.pot
# *.log # Covered below

# Django stuff:
# *.log # Covered below
local_settings.py
# db.sqlite3 # Covered by *.db below
# db.sqlite3-journal # Covered by *.db below

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
docs/site/ # If using mkdocs

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env
.env.*
!/.env.example # Allow example env files
.venv/ # Explicitly ignore root venv
/.venv/
venv/
ENV/
env.bak/
venv.bak/

# 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 analysis results
.pytype/

# Cython debug symbols
cython_debug/

# VS Code settings
.vscode/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# AgentVault Specific
# Component build artifacts (already covered by general rules but explicit)
agentvault_library/dist/
agentvault_library/build/
agentvault_library/.eggs/
agentvault_registry/dist/
agentvault_registry/build/
agentvault_registry/.eggs/
agentvault_cli/dist/
agentvault_cli/build/
agentvault_cli/.eggs/

# Local database files for registry dev
*.db
local_*.db

# Temp / Log directories
temp/
logs/
*.log # General log files

# Specific local key files (examples)
*.keys.*
my_keys.env
keys.json

# --- ADDED: Development Artifacts to Ignore ---
# Workflow / Requirements / Scripts / Temp Output
/Scripts/
AgentVaultRequiremntsV6FINAL.md
AgentVaultPhase1AdditionsV1.md # Added this specific file
WorkflowA2A.md
WorkflowA2AV2.md # Added the new workflow file
submit_card.py
bootstrap_admin.py
create_dev.py
# temp/ # Already covered above, but explicit doesn't hurt
# --- END ADDED ---
