# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environment
venv/
.venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Model weights (downloaded by user)
*.pth
*.pt
*.pth.tar

# Original dataset directories (not part of the node)
D-DFFNet/

# Plan files (documentation, not needed for production)
plans/
