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

# Virtual environments
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
.conda/

# Distribution / packaging
.cache/
pip-wheel-metadata/
share/python-wheels/

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache/
htmlcov/
.pytest_cache/
*.cover
coverage.xml
*.lcov
nosetests.xml
test-results/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# VIPERBANE temp scan artifacts
.viperb-*/
__viperb_scan_*/

# Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.cert

# Logs
*.log
logs/
