100 lines
901 B
Plaintext
100 lines
901 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
pip-wheel-metadata/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
agent.log
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Configuration
|
|
config.local.json
|
|
.env.local
|
|
secrets.json
|
|
|
|
# Testing
|
|
.coverage
|
|
.pytest_cache/
|
|
.tox/
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
|
|
# MCP server processes
|
|
mcp_servers/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Binaries and executables
|
|
*.exe
|
|
*.dll
|
|
*.pak
|
|
*.bin
|
|
*.ico
|
|
*.asar
|
|
*.node
|
|
locales/
|
|
resources/
|
|
|
|
# Application binaries
|
|
claude.exe
|
|
ollama-windows-amd64.exe
|
|
OllamaSetup.exe
|
|
squirrel.exe
|
|
Squirrel-UpdateSelf.log
|