# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/

# Environment variables
.env

# Claude MCP generated config
claude_mcp_config_generated.json

# Development tools
.claude/
.serena/
.python-version

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/

# IDE and editors
.vscode/
.idea/
*.swp
*.swo
*~

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

# Logs and temporary files
*.log
*.tmp
*.temp
.cache/

# Docker volumes and data
docker-data/
redmine_data/
mysql_data/

# Package managers
node_modules/
.npm/
.yarn/

# Backup files
*.bak
*.backup
*.orig

# Runtime files
*.pid
*.sock
