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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environment
env/
venv/
ENV/
.venv/
env.bak/
venv.bak/

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Logs
*.log
*.out
*.err

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*.code-workspace

# OS-generated files
.DS_Store
Thumbs.db

# Raspberry Pi-specific files
*.elf
*.img
*.dtb
*.bak
*.tmp

# Temporary files
*.temp

# Secrets and environment files
.env
.env.*
config.json
credentials.json

# Git-specific
*.orig
*.rej
