# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log
~/.gitpilot_by_veera.log

# GitPilot runtime
.gitpilot.lock
~/.gitpilot_by_veera_config.json
~/.gitpilot_by_veera.lock

# Distribution
*.tar.gz
*.whl
