# Build directories
bridge_constructor/generated
build
ctags_links/
dist/
.eggs/
env/
libervia_backend.egg-info/
MANIFEST
.mypy_cache/

# Python artifacts
*.orig
*.pyc
*.pyo
.pytest_cache
*.pyv

# Editor files
Session.vim
*.swo
*.swp
.vim

# IDE
.vscode

# Type stubs
stubs/

# Generated files
tags

# Test reports
tests/e2e/report*

# Twisted logs and state
twistd.log
twistd.pid
twisted/plugins/dropin.cache

# Backup files
*.un~
