# Python cache
__pycache__/
*.py[cod]

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

# System files
.DS_Store
Thumbs.db

# IDE/editor settings
.vscode/
.idea/

# Encrypted or secret configs
config.json
config.py
*.key
*.pem

# JWT tokens or test outputs
*.token
*.enc
*.log

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

# OS shell files (optional scripts)
*.bat
*.sh
