You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mee2/.gitignore

20 lines
237 B
Plaintext

# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore other non-needed Python files
*.pyc
*.pyo
*.egg-info/
dist/
# Ignore the meetoo async file and build directory
meetoo.async
build/
# Ignore the cogs directory
cogs/