# Python-generated files
__pycache__/
*.py[oc]
*.pyc
*.pyo
*.pyd
.Python

# Build artifacts
build/
dist/
wheels/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv
venv/
ENV/
env/

# Test files (optional - remove if you want to include tests)
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# Project-specific
main.py
main2.py
main3.py
.env
.env.local

# Logs
logs/
*.log

# Linting/formatting
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
