# Development files
.git/
.cursor/
__pycache__/
*.pyc
*.pyo
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Documentation build (keep source docs)
docs/html/

# Test files
test.py
*.test.py
tests/

# Development tools
.mypy_cache/
.pytest_cache/
.coverage
.tox/

# Logs
*.log

# Temporary files
*.tmp
*.temp

# Setup files (not needed in DXT)
setup.py
setup_dxt.py
build-dxt.ps1
build-dxt.bat

# Build artifacts (will be created by setup)
# Note: lib/ directory will be bundled after setup
