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.
20 lines
237 B
Plaintext
20 lines
237 B
Plaintext
2 years ago
|
# 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/
|
||
|
|