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

# C extensions
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

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

# Python testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Environment variables
.env
.env.local
.env.remote

# Logs
*.log

# Local development settings
config/settings.local.toml

# Cache files
.mypy_cache/
.dmypy.json
dmypy.json

# Tool specific
tool_result.txt
.DS_Store
