# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

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

# Test & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Hatch
.hatch/

# Editor / OS
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Temporary DBC files generated during development/testing
*.dbc
exampleDBCs/*