| # python venv | |
| .venv/ | |
| # docs folder | |
| data/ | |
| # test folder | |
| test/ | |
| # pycache files | |
| **/__pycache__/ | |
| # github files | |
| .github/ | |
| # env file | |
| .env |
| # python venv | |
| .venv/ | |
| # docs folder | |
| data/ | |
| # test folder | |
| test/ | |
| # pycache files | |
| **/__pycache__/ | |
| # github files | |
| .github/ | |
| # env file | |
| .env |