# Virtual environments
venv/
.venv/
env/

# Brainet session data
.brainet/
brainet/_session.json

# Database files
*.db

# OS files
.DS_Store

# Environment variables
.env

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Build artifacts
*.egg-info/
dist/
build/
*.whl
*.tar.gz

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

# Test cache
.pytest_cache/
.coverage
htmlcov/

# Temporary files
*.log
*.tmp
~*
