# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Environment variables
.env
.env.local

# Testing and Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml

# IDEs
.idea/
.vscode/
*.swp
*.swo

# Bug Hunter CLI specific
.bughunter/
bughunter-scope.yml
test-scope.yml
test_db*.py
dummy_config.py
uv.lock
*.db
*.sqlite3
