# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
# Testing
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov/
# Documentation
docs/_build/
docs/api/
# Project specific
docs/adrs/*
!docs/adrs/001_use_docker_for_qdrant.md
!docs/adrs/README.md
knowledge/*
!knowledge/README.md
cache/*
!cache/README.md
logs/*
!logs/README.md
# Jupyter Notebook
.ipynb_checkpoints
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_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
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
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 type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
# Project specific
.env
.env.*
!.env.example
*.log
logs/
cache/
knowledge/
docs/adrs/*
!docs/adrs/001_use_docker_for_qdrant.md
# Documentation and ADRs (temporary private)
docs/adrs/
docs/private/
docs/internal/
# Cache and Temporary Files
cache/
.cache/
tmp/
temp/
*.tmp
*.bak
*.log
# Sensitive Configuration
.env*
!.env.example
*.key
*.pem
*.crt
secrets/
private/
# Vector Database
qdrant_storage/
# Knowledge Base (private for now)
knowledge/patterns/
knowledge/tasks/
knowledge/private/
# Build and Distribution
dist/
build/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Misc
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Project Specific
mcp.json
.cursor/rules/
module_summaries/
logs/
references/private/