# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environments
.env
.env.test
.env.test.*
.env.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Pytest cache
.pytest_cache/

# StarSpace specific
.starspace/
.starspaceignore

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