# Module-specific .gitignore

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

# Node
node_modules/
dist/
.npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build artifacts
build/
*.o
*.a
*.so

# IDE and OS specific
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs
logs/
*.log

# Environment files
.env
.env.*
!/.env.example

# Temporary files
*.tmp
*.bak
*.patch

# Coverage reports
coverage/
.coverage
.pytest_cache

# Backup files
*.backup.*
repository_metadata.json.backup.*/ 