# Python cache
*.pyc
__pycache__

# Idea project
/.idea


# Python build
/*.egg-info/
.eggs
/build/
/dist/

# Others
.coverage
keys.py

# Ignore Python Env
/venv

# Scripts
*.cmd

# Requirements
requirements.txt