# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

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

# OS
.DS_Store
Thumbs.db
.directory

# Logs
*.log
system/logs/*.log

# Credentials and secrets (IMPORTANT!)
connect/.env
*.key
*.pem
*.p12
credentials.json

# Build artifacts
dist/
build/
*.egg-info/

# Cache
*.cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Temporary files
*.tmp
*.temp
.tmp/
