# Compiled and build artifacts
*.pyc
__pycache__/
*.o
*.obj
*.so
*.dylib
*.dll
*.exe
*.out

# Dependencies
.venv/
venv/
.env
.env.local
*.env.*

# Logs and temp files
*.log
*.tmp
*.swp
*.swo

# Editors
.vscode/
.idea/

# Coverage reports
.coverage
coverage/
htmlcov/

# Testing
.pytest_cache/
.mypy_cache/
*.pyc
*.pyo
*.pyd

# Distribution / packaging
dist/
build/
*.egg-info/
.Python
*.so

# Cache & index
.stackbridge/
.stackbridge_cache.json

# OS generated files
.DS_Store
Thumbs.db

# Real world benchmark cloned repositories
tests/real_repos/