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

# C extensions
*.so

# Distribution / packaging
build/
dist/
floss.egg-info/
lib/
.cache

# Pyenv file
.python-version

# Test executables
bin/

# PyCharm
.idea
venv