Add initial project structure with event details for Coherence 2025 hackathon, including .gitignore, documentation files, and Docker setup.
720ed94
| # Environment variables | |
| .env | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual Environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv/ | |
| .env/ | |
| # IDE specific files | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| # Logs | |
| *.log | |
| logs/ | |
| # Local development | |
| *.db | |
| *.sqlite3 | |
| .coverage | |
| htmlcov/ | |
| .pytest_cache/ | |
| .tox/ | |
| .nox/ | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| cover/ | |
| # Data files | |
| *.csv | |
| *.json | |
| *.txt | |
| !requirements.txt | |
| !comb.txt | |
| !comb.md | |
| !data_*.txt | |