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

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

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.pytest_cache/

# Environments
.env
.venv
venv/

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Project specific
config/credentials.json
logs/
data/
