| # Git | |
| .git | |
| .gitattributes | |
| # Python | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env | |
| venv | |
| .venv | |
| # IDE | |
| .vscode | |
| .idea | |
| *.swp | |
| *.swo | |
| # ๊ธฐํ | |
| *.log | |
| .DS_Store | |
| Thumbs.db | |
| # Git | |
| .git | |
| .gitattributes | |
| # Python | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env | |
| venv | |
| .venv | |
| # IDE | |
| .vscode | |
| .idea | |
| *.swp | |
| *.swo | |
| # ๊ธฐํ | |
| *.log | |
| .DS_Store | |
| Thumbs.db | |