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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Distribution
*.whl
*.tar.gz

# Environment & secrets
.env
.env.local
.chainreaper.yml

# ChainReaper output
chainreaper-results/

# OS
Thumbs.db
