mirror of
https://github.com/hexastack/hexabot
synced 2024-11-23 01:55:15 +00:00
23 lines
204 B
Plaintext
23 lines
204 B
Plaintext
|
# This repository
|
||
|
data/*
|
||
|
!data/nothing.txt
|
||
|
experiments/*
|
||
|
!experiments/nothing.txt
|
||
|
/repos/*
|
||
|
|
||
|
# Python
|
||
|
*.py[cod]
|
||
|
__pycache__/
|
||
|
|
||
|
# Virtualenv
|
||
|
env/
|
||
|
venv/
|
||
|
virtualenv/
|
||
|
|
||
|
# macOS
|
||
|
Icon?
|
||
|
.DS_Store
|
||
|
|
||
|
# IDEs
|
||
|
*.swp
|
||
|
.env
|