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

# Virtual environments
.env
.venv
venv/
env/
*.venv

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

# Jupyter
.ipynb_checkpoints/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Local imports / exports
imports/
*.csv
*.npz
*.h5

# OS
.DS_Store
Thumbs.db

# Secrets
*.env
*.pem
*.key
credentials.json
